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

    Interface AdQuartileEvent

    Emitted when the playback of an ad has progressed over a quartile boundary.

    interface AdQuartileEvent {
        name: string;
        quartile: AdQuartile;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string

    This event name as it is on the native side.

    quartile: AdQuartile

    The AdQuartile boundary that playback has progressed over.

    timestamp: number

    The UNIX timestamp in which this event happened.