RemotePlaybackAPI
Types
remotePlayback
type remotePlayback = {state: remotePlaybackState}
Record fields
Module
There are methods and helpers defined in RemotePlayback .
remotePlaybackAvailabilityCallback
type remotePlaybackAvailabilityCallback = bool => unit
remotePlaybackState
type remotePlaybackState = | @as("connected") Connected | @as("connecting") Connecting | @as("disconnected") Disconnected