PictureInPictureAvailabilityChanged

data class PictureInPictureAvailabilityChanged(isPictureInPictureAvailable: Boolean) : PlayerEvent

Emitted when the availability of the Picture-in-Picture mode changed.

Constructors

Link copied to clipboard
fun PictureInPictureAvailabilityChanged(isPictureInPictureAvailable: Boolean)

Properties

Link copied to clipboard
val isPictureInPictureAvailable: Boolean

Whether Picture-in-Picture is available.