You can listen for notifications and you can add your own notifications to the notification history.
The core of the Primetime Player notification system is the Notification class, which represents a standalone notification.
The NotificationHistory class provides a mechanism for accumulating notifications. It stores a log of notification ( NotificationHistoryItem
) objects that represents a collection of Notifications.
To receive notifications:
Listen for state changes.
Implement the MediaPlayer.StatusChangeEvent.STATUS_CHANGED
event listener.
TVSDK passes a MediaPlayer.StatusChangeEvent
instance to the event listener, which contains two parameters:
MediaPlayer.Status
)MediaPlayerNotification
object