Bitmovin Player API 8.268.0
    Preparing search index...

    Interface LicenseValidatedEvent

    interface LicenseValidatedEvent {
        data: { [key: string]: any };
        timestamp: number;
        type: PlayerEvent;
    }

    Hierarchy (View Summary)

    Index
    data: { [key: string]: any }

    Additional data provided via the licensing backend

    timestamp: number

    The time at which this event was fired

    Event type, e.g. 'play'