Package com.brightcove.player.playback
Class PlaybackNotification.Extras
- java.lang.Object
-
- com.brightcove.player.playback.PlaybackNotification.Extras
-
- Enclosing class:
- PlaybackNotification
public static class PlaybackNotification.Extras extends java.lang.ObjectExtras set on thePendingIntentin the default implementation of thePlaybackNotification.MediaDescriptionAdapter.createCurrentContentIntent(com.brightcove.player.playback.MediaPlayback<?>).
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLASS_NAMEString extra with the activity class name associated with the view.static java.lang.StringNOTIFICATIONBoolean extra specifying that the intent was invoked by clicking the notificationstatic java.lang.StringVIEW_IDInt extra with the BaseVideoView id
-
Constructor Summary
Constructors Constructor Description Extras()
-
-
-
Field Detail
-
NOTIFICATION
public static final java.lang.String NOTIFICATION
Boolean extra specifying that the intent was invoked by clicking the notification- See Also:
- Constant Field Values
-
VIEW_ID
public static final java.lang.String VIEW_ID
Int extra with the BaseVideoView id- See Also:
- Constant Field Values
-
CLASS_NAME
public static final java.lang.String CLASS_NAME
String extra with the activity class name associated with the view.- See Also:
- Constant Field Values
-
-