CastStarted

data class CastStarted(deviceName: String?) : PlayerEvent

Emitted when the cast app is launched successfully.

Constructors

Link copied to clipboard
fun CastStarted(deviceName: String?)

Properties

Link copied to clipboard
val deviceName: String?

The name of the cast device on which the app was launched.