PictureInPictureAvailabilityChanged

data class PictureInPictureAvailabilityChanged(val isPictureInPictureAvailable: Boolean) : PlayerEvent

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

Constructors

Link copied to clipboard
constructor(isPictureInPictureAvailable: Boolean)

Properties

Link copied to clipboard

Whether Picture-in-Picture is available.