These classes describe messages about errors, warnings, and some activities that the TVSDK issues for logging and debugging purposes.
Package: com.adobe.mediacore Package: com.adobe.mediacore.session
Class name | Description |
---|---|
MediaPlayerNotification. Error | Class that describes the notification for an error that causes the player to stop playback. This is a MediaPlayerNotification of notification type ERROR. |
MediaPlayerNotification. Info | Class that describes an informational notification. This is a MediaPlayerNotification of notification type INFO. |
MediaPlayerNotification. Warning | Class that describes a warning notification. This is a MediaPlayerNotification of notification type WARNING. |
MediaPlayerNotification | Class that provides informational messages, warnings, and errors. Encapsulates the object representation of a single notification event within NotificationHistory. |
MediaPlayerNotification. NotificationCode | Returns the description associated with the provided notification code. |
NotificationHistory | Class that stores a log of notification objects. A circular list of NotificationHistory.Item objects that provides access to a notification events history list. That is, it maintains a list of elements, each element containing a separate instance of the MediaPlayerNotification class. (In session package.) |
NotificationHistory. Item | Class that defines an entry in the circular list in NotificationHistory and holds the notification and its timestamp. |
MediaPlayerNotification. EntryType | Class that contains the supported notifications types. |