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

    Interface AdBreakStartedEvent

    Emitted when an ad break has started.

    interface AdBreakStartedEvent {
        adBreak?: AdBreak;
        name: string;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    adBreak?: AdBreak

    The AdBreak that has started.

    name: string

    This event name as it is on the native side.

    timestamp: number

    The UNIX timestamp in which this event happened.