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

    Interface AdSkippedEvent

    Emitted when an ad was skipped.

    interface AdSkippedEvent {
        ad?: Ad;
        name: string;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ad?: Ad

    The ad that was skipped.

    name: string

    This event name as it is on the native side.

    timestamp: number

    The UNIX timestamp in which this event happened.