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

Hierarchy (view full)

Properties

Properties

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

Additional data provided via the licensing backend

Type declaration

  • [key: string]: any
timestamp: number

The time at which this event was fired

Event type, e.g. 'play'