public class NotificationManager extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(int id) |
void |
cancel(String tag,
int id) |
void |
cancelAll() |
void |
notify(int id,
Notification notification) |
void |
notify(String tag,
int id,
Notification notification) |
public void notify(int id,
Notification notification)
public void notify(String tag, int id, Notification notification)
public void cancel(int id)
public void cancel(String tag, int id)
public void cancelAll()
Copyright © 2008-2013. All Rights Reserved.