FileDocCategorySizeDatePackage
INotificationSideChannel.javaAPI DocAndroid 5.1 API5176Sat Mar 14 04:09:28 GMT 2015android.support.v4.app

INotificationSideChannel

public interface INotificationSideChannel implements android.os.IInterface
Interface used for delivering notifications via a side channel that bypasses the NotificationManagerService.
hide

Fields Summary
Constructors Summary
Methods Summary
public voidcancel(java.lang.String packageName, int id, java.lang.String tag)
Cancel an already-notified notification.

public voidcancelAll(java.lang.String packageName)
Cancel all notifications for the given package.

public voidnotify(java.lang.String packageName, int id, java.lang.String tag, android.app.Notification notification)
Send an ambient notification to the service.