Class android.service.notification.NotificationListenerService
| Removed Methods | |
|---|---|
void cancelNotification(String, |
|
| Added Methods | |
|---|---|
void cancelNotification(String) |
|
void cancelNotification(String, |
|
void cancelNotifications(String[]) |
|
StatusBarNotification[] getActiveNotifications(String[]) |
|
int getCurrentInterruptionFilter() |
|
int getCurrentListenerHints() |
|
RankingMap getCurrentRanking() |
|
void onInterruptionFilterChanged(int) |
|
void onListenerConnected() |
|
void onListenerHintsChanged(int) |
|
void onNotificationPosted(StatusBarNotification, |
|
void onNotificationRankingUpdate(RankingMap) |
|
void onNotificationRemoved(StatusBarNotification, |
|
void requestInterruptionFilter(int) |
|
void requestListenerHints(int) |
|
| Changed Methods | ||
|---|---|---|
void onNotificationPosted(StatusBarNotification) |
Changed from abstract to non-abstract. | |
void onNotificationRemoved(StatusBarNotification) |
Changed from abstract to non-abstract. | |
| Added Fields | |
|---|---|
int HINT_HOST_DISABLE_EFFECTS |
|
int INTERRUPTION_FILTER_ALL |
|
int INTERRUPTION_FILTER_NONE |
|
int INTERRUPTION_FILTER_PRIORITY |
|
