FileDocCategorySizeDatePackage
NotificationManager.javaAPI DocAndroid 5.1 API585Sat Mar 14 14:09:42 GMT 2015android.app

NotificationManager

public class NotificationManager extends Object

Fields Summary
Constructors Summary
NotificationManager()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidcancel(int id)

 throw new RuntimeException("Stub!"); 
public voidcancel(java.lang.String tag, int id)

 throw new RuntimeException("Stub!"); 
public voidcancelAll()

 throw new RuntimeException("Stub!"); 
public voidnotify(int id, android.app.Notification notification)

 throw new RuntimeException("Stub!"); 
public voidnotify(java.lang.String tag, int id, android.app.Notification notification)

 throw new RuntimeException("Stub!");