public static interface PlayerNotificationManager.NotificationListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNotificationCancelled(int notificationId)
Called after the notification has been cancelled.
|
void |
onNotificationStarted(int notificationId,
android.app.Notification notification)
Called after the notification has been started.
|
void onNotificationStarted(int notificationId,
android.app.Notification notification)
notificationId - The id with which the notification has been posted.notification - The Notification.void onNotificationCancelled(int notificationId)
notificationId - The id of the notification which has been cancelled.