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

    Interface AdClickedEvent

    Emitted when an ad was clicked.

    interface AdClickedEvent {
        clickThroughUrl?: string;
        name: string;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clickThroughUrl?: string

    The click through url of the ad.

    name: string

    This event name as it is on the native side.

    timestamp: number

    The UNIX timestamp in which this event happened.