|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INotificationManager
| Nested Class Summary | |
|---|---|
static class |
INotificationManager.Stub
Local-side IPC implementation stub class. |
| Method Summary | |
|---|---|
void |
cancelAllNotifications(String pkg)
|
void |
cancelNotification(String pkg,
int id)
|
void |
cancelToast(String pkg,
ITransientNotification callback)
|
void |
enqueueNotification(String pkg,
int id,
Notification notification,
int[] idReceived)
|
void |
enqueueToast(String pkg,
ITransientNotification callback,
int duration)
|
| Methods inherited from interface android.os.IInterface |
|---|
asBinder |
| Method Detail |
|---|
void enqueueNotification(String pkg,
int id,
Notification notification,
int[] idReceived)
throws RemoteException
RemoteException
void cancelNotification(String pkg,
int id)
throws RemoteException
RemoteException
void cancelAllNotifications(String pkg)
throws RemoteException
RemoteException
void enqueueToast(String pkg,
ITransientNotification callback,
int duration)
throws RemoteException
RemoteException
void cancelToast(String pkg,
ITransientNotification callback)
throws RemoteException
RemoteException
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||