React Native Google Cast

React Native Google Cast

  • Docs
  • GitHub

›Enums

Getting Started

  • Installation
  • Setup
  • Usage
  • Troubleshooting

Guides

  • Custom Channels
  • Customize UI
  • Events
  • Hooks
  • Media Tracks
  • Queueing
  • Volume

Components

  • CastButton
  • ExpandedController

API

  • CastChannel
  • CastContext
  • CastSession
  • DiscoveryManager
  • RemoteMediaClient
  • SessionManager

Types

  • ApplicationMetadata
  • Device
  • MediaInfo
  • MediaLiveSeekableRange
  • MediaLoadRequest
  • MediaMetadata
    • Generic
    • Movie
    • MusicTrack
    • Photo
    • TvShow
    • User
  • MediaQueueContainerMetadata
  • MediaQueueData
  • MediaQueueItem
  • MediaSeekOptions
  • MediaStatus
  • MediaTrack
  • TextTrackStyle
  • UseCastSessionOptions
  • VideoInfo
  • WebImage

Enums

  • ActiveInputState
  • CastState
  • MediaHlsSegmentFormat
  • MediaHlsVideoSegmentFormat
  • MediaPlayerIdleReason
  • MediaPlayerState
  • MediaQueueContainerType
  • MediaQueueType
  • MediaRepeatMode
  • MediaStreamType
  • PlayServicesState
  • StandbyState

PlayServicesState

State of Google Play Services (and the Cast framework) on the device.

Index

Enumeration members

  • DISABLED
  • INVALID
  • MISSING
  • SUCCESS
  • UPDATE_REQUIRED
  • UPDATING

Enumeration members

DISABLED

• DISABLED: = "disabled"

The installed version of Google Play services has been disabled on this device.


INVALID

• INVALID: = "invalid"

The installed version of Google Play services is out of date.


MISSING

• MISSING: = "missing"

Google Play services is missing on this device.


SUCCESS

• SUCCESS: = "success"

Play Services are available.


UPDATE_REQUIRED

• UPDATE_REQUIRED: = "updateRequired"

The installed version of Google Play services is out of date.


UPDATING

• UPDATING: = "updating"

Google Play service is currently being updated on this device.

← MediaStreamTypeStandbyState →
  • Index
    • Enumeration members
  • Enumeration members
    • DISABLED
    • INVALID
    • MISSING
    • SUCCESS
    • UPDATE_REQUIRED
    • UPDATING