Interface PictureInPictureAvailabilityChangedEvent

Emitted when the availability of the Picture in Picture mode changed on Android.

Platform

Android

interface PictureInPictureAvailabilityChangedEvent {
    isPictureInPictureAvailable: boolean;
    name: string;
    timestamp: number;
}

Hierarchy (view full)

  • Event
    • PictureInPictureAvailabilityChangedEvent

Properties

isPictureInPictureAvailable: boolean

Whether Picture in Picture is available.

name: string

This event name as it is on the native side.

timestamp: number

The UNIX timestamp in which this event happened.