public class GoogleCastEventType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADD_MEDIA_INFO
Indicates that the
MediaInfo should be added to the queue for cast playback. |
static java.lang.String |
ADD_MEDIA_QUEUE_ITEM
Indicates that the
MediaQueueItem should be added to the queue for cast playback. |
static java.lang.String |
CAST_CONNECTION_RECOVERED
Deprecated.
No longer used to unset the notifications.
|
static java.lang.String |
CAST_CONNECTION_SUSPENDED
Deprecated.
|
static java.lang.String |
CAST_SESSION_ENDED
Indicates that the Cast session has ended.
|
static java.lang.String |
CAST_SESSION_STARTED
Indicates that the Cast session has started.
|
static java.lang.String |
DESTROY_CAST
Indicates that the cast plugin should destroy its cast instances.
|
static java.lang.String |
LOAD_MEDIA_INFO
Indicates that the
MediaInfo should be loaded for cast playback. |
static java.lang.String |
LOAD_MEDIA_QUEUE_ITEM
Indicates that the
MediaQueueItem should be loaded for cast playback. |
static java.lang.String |
SET_CAST_BUTTON
Deprecated.
No longer used to set the Cast button.
For more information on how to set the Cast button in your application, please visit:
MediaRouteActionProvider reference
|
static java.lang.String |
SET_CAST_TARGET_ACTIVITY
Indicates a chosen cast remote player activity outside of the default.
|
static java.lang.String |
SET_MEDIA_METADATA
Indicates that the media metadata should be set for cast playback.
|
static java.lang.String |
SET_MINI_CONTROLLER
Deprecated.
No longer used to set the MiniController.
For more information on how to set the MiniController in your application, please visit:
MiniControllerFragment reference
|
static java.lang.String |
SET_NOTIFICATIONS
Deprecated.
No longer used to set the notifications.
|
static java.lang.String |
UNSET_NOTIFICATIONS
Deprecated.
No longer used to unset the notifications.
|
static java.lang.String |
UPDATE_CAST_CONTEXT
Indicates that the parent activity context in the cast plugin needs to be updated.
|
Constructor and Description |
---|
GoogleCastEventType() |
@Deprecated public static final java.lang.String SET_CAST_BUTTON
@Deprecated public static final java.lang.String SET_MINI_CONTROLLER
@Deprecated public static final java.lang.String SET_NOTIFICATIONS
@Deprecated public static final java.lang.String UNSET_NOTIFICATIONS
@Deprecated public static final java.lang.String CAST_CONNECTION_SUSPENDED
@Deprecated public static final java.lang.String CAST_CONNECTION_RECOVERED
public static final java.lang.String SET_MEDIA_METADATA
public static final java.lang.String LOAD_MEDIA_INFO
MediaInfo
should be loaded for cast playback.public static final java.lang.String ADD_MEDIA_INFO
MediaInfo
should be added to the queue for cast playback.public static final java.lang.String LOAD_MEDIA_QUEUE_ITEM
MediaQueueItem
should be loaded for cast playback.public static final java.lang.String ADD_MEDIA_QUEUE_ITEM
MediaQueueItem
should be added to the queue for cast playback.public static final java.lang.String UPDATE_CAST_CONTEXT
public static final java.lang.String DESTROY_CAST
public static final java.lang.String CAST_SESSION_STARTED
public static final java.lang.String CAST_SESSION_ENDED
public static final java.lang.String SET_CAST_TARGET_ACTIVITY