PictureInPictureAvailabilityChanged

data class PictureInPictureAvailabilityChanged(isPictureInPictureAvailable: Boolean) : PlayerEvent

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

Constructors

PictureInPictureAvailabilityChanged
Link copied to clipboard
fun PictureInPictureAvailabilityChanged(isPictureInPictureAvailable: Boolean)

Properties

isPictureInPictureAvailable
Link copied to clipboard
val isPictureInPictureAvailable: Boolean
Whether Picture-in-Picture is available.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.