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

    Interface AdScheduledEvent

    Emitted when an ad manifest was successfully downloaded, parsed and added into the ad break schedule.

    interface AdScheduledEvent {
        name: string;
        numberOfAds: number;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string

    This event name as it is on the native side.

    numberOfAds: number

    The total number of scheduled ads.

    timestamp: number

    The UNIX timestamp in which this event happened.