|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.app.NotificationManager
public class NotificationManager
| Method Summary | |
|---|---|
void |
cancel(int id)
|
void |
cancel(java.lang.String tag,
int id)
|
void |
cancelAll()
|
void |
notify(int id,
Notification notification)
|
void |
notify(java.lang.String tag,
int id,
Notification notification)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void notify(int id,
Notification notification)
public void notify(java.lang.String tag,
int id,
Notification notification)
public void cancel(int id)
public void cancel(java.lang.String tag,
int id)
public void cancelAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||