Class GoogleCastEventType

java.lang.Object
com.brightcove.cast.GoogleCastEventType

public class GoogleCastEventType extends Object
  • Field Details

    • SET_CAST_BUTTON

      @Deprecated public static final 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
      See Also:
    • SET_MINI_CONTROLLER

      @Deprecated public static final 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
      See Also:
    • SET_NOTIFICATIONS

      @Deprecated public static final String SET_NOTIFICATIONS
      Deprecated.
      No longer used to set the notifications.
      See Also:
    • UNSET_NOTIFICATIONS

      @Deprecated public static final String UNSET_NOTIFICATIONS
      Deprecated.
      No longer used to unset the notifications.
      See Also:
    • CAST_CONNECTION_SUSPENDED

      @Deprecated public static final String CAST_CONNECTION_SUSPENDED
      Deprecated.
      /** @deprecated No longer used to unset the notifications.
      See Also:
    • CAST_CONNECTION_RECOVERED

      @Deprecated public static final String CAST_CONNECTION_RECOVERED
      Deprecated.
      No longer used to unset the notifications.
      See Also:
    • SET_MEDIA_METADATA

      public static final String SET_MEDIA_METADATA
      Indicates that the media metadata should be set for cast playback.
      See Also:
    • LOAD_MEDIA_INFO

      public static final String LOAD_MEDIA_INFO
      Indicates that the MediaInfo should be loaded for cast playback.
      See Also:
    • ADD_MEDIA_INFO

      public static final String ADD_MEDIA_INFO
      Indicates that the MediaInfo should be added to the queue for cast playback.
      See Also:
    • LOAD_MEDIA_QUEUE_ITEM

      public static final String LOAD_MEDIA_QUEUE_ITEM
      Indicates that the MediaQueueItem should be loaded for cast playback.
      See Also:
    • ADD_MEDIA_QUEUE_ITEM

      public static final String ADD_MEDIA_QUEUE_ITEM
      Indicates that the MediaQueueItem should be added to the queue for cast playback.
      See Also:
    • UPDATE_CAST_CONTEXT

      public static final String UPDATE_CAST_CONTEXT
      Indicates that the parent activity context in the cast plugin needs to be updated.
      See Also:
    • DESTROY_CAST

      public static final String DESTROY_CAST
      Indicates that the cast plugin should destroy its cast instances.
      See Also:
    • CAST_SESSION_STARTED

      public static final String CAST_SESSION_STARTED
      Indicates that the Cast session has started.
      See Also:
    • CAST_SESSION_ENDED

      public static final String CAST_SESSION_ENDED
      Indicates that the Cast session has ended.
      See Also:
    • SET_CAST_TARGET_ACTIVITY

      public static final String SET_CAST_TARGET_ACTIVITY
      Indicates a chosen cast remote player activity outside of the default.
      See Also:
  • Constructor Details

    • GoogleCastEventType

      public GoogleCastEventType()