File
Doc
Category
Size
Date
Package
NotificationManager.java
API Doc
Android 5.1 API
585
Sat Mar 14 14:09:42 GMT 2015
android.app
NotificationManager
java.lang.Object
public class NotificationManager extends Object
Fields Summary
Constructors Summary
NotificationManager
()
throw new RuntimeException("Stub!");
Methods Summary
public void
cancel
(
int
id)
throw new RuntimeException("Stub!");
public void
cancel
(
java.lang.String
tag,
int
id)
throw new RuntimeException("Stub!");
public void
cancelAll
()
throw new RuntimeException("Stub!");
public void
notify
(
int
id,
android.app.Notification
notification)
throw new RuntimeException("Stub!");
public void
notify
(
java.lang.String
tag,
int
id,
android.app.Notification
notification)
throw new RuntimeException("Stub!");
Java Code Source