android.app
Class NotificationManager
java.lang.Object
android.app.NotificationManager
public class NotificationManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
notify
public void notify(int id,
Notification notification)
notify
public void notify(String tag,
int id,
Notification notification)
cancel
public void cancel(int id)
cancel
public void cancel(String tag,
int id)
cancelAll
public void cancelAll()
Copyright © 2008-2012. All Rights Reserved.