File
Doc
Category
Size
Date
Package
INotificationListener.java
API Doc
Android 5.1 API
8483
Sat Mar 14 05:48:04 GMT 2015
android.service.notification
INotificationListener
public interface INotificationListener implements android.os.IInterface
hide
Fields Summary
Constructors Summary
Methods Summary
public void
onInterruptionFilterChanged
(
int
interruptionFilter)
public void
onListenerConnected
(
android.service.notification.NotificationRankingUpdate
update)
public void
onListenerHintsChanged
(
int
hints)
public void
onNotificationPosted
(
android.service.notification.IStatusBarNotificationHolder
notificationHolder,
android.service.notification.NotificationRankingUpdate
update)
public void
onNotificationRankingUpdate
(
android.service.notification.NotificationRankingUpdate
update)
public void
onNotificationRemoved
(
android.service.notification.IStatusBarNotificationHolder
notificationHolder,
android.service.notification.NotificationRankingUpdate
update)
Java Code Source