Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    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 Summary)

    • Event
      • PictureInPictureAvailabilityChangedEvent
    Index

    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.