Package-level declarations
Types
Properties
Functions
Link copied to clipboard
The cancelWatchAvailability()
method of the RemotePlayback interface cancels the request to watch for one or all available devices.
Link copied to clipboard
The prompt()
method of the RemotePlayback interface prompts the user to select an available remote playback device and give permission for the current media to be played using that device.
Link copied to clipboard
inline suspend fun RemotePlayback.watchAvailability(noinline callback: RemotePlaybackAvailabilityCallback): Int
The watchAvailability()
method of the RemotePlayback interface watches the list of available remote playback devices and returns a Promise that resolves with the callbackId
of a remote playback device.