interface AdInteractionEvent {
    id?: string;
    interactionType: Vpaid;
    timestamp: number;
    type: PlayerEvent;
}

Hierarchy (view full)

Properties

id?: string

Interaction id

interactionType: Vpaid

Interaction type

timestamp: number

The time at which this event was fired

Event type, e.g. 'play'

Generated using TypeDoc