-
public class PlaybackNotificationImpl.Extras
Extras set on the PendingIntent in the default implementation of the MediaDescriptionAdapter.createCurrentContentIntent.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
NOTIFICATION
private final String
VIEW_ID
private final String
CLASS_NAME
public final static PlaybackNotificationImpl.Extras
INSTANCE
-
Method Summary
Modifier and Type Method Description final String
getNOTIFICATION()
Boolean extra specifying that the intent was invoked by clicking the notification final String
getVIEW_ID()
Int extra with the BaseVideoView id final String
getCLASS_NAME()
String extra with the activity class name associated with the view. -
-
Method Detail
-
getNOTIFICATION
final String getNOTIFICATION()
Boolean extra specifying that the intent was invoked by clicking the notification
-
getVIEW_ID
final String getVIEW_ID()
Int extra with the BaseVideoView id
-
getCLASS_NAME
final String getCLASS_NAME()
String extra with the activity class name associated with the view.
-
-
-
-