Interface IntentToFallbackEvent

Fired when the player cannot play the current primary publication and would like to fallback. If a fallback has been configured it will fallback, otherwise only the event is fired.

interface IntentToFallbackEvent {
    date: Date;
    type: "intenttofallback";
}

Hierarchy (view full)

  • Event<"intenttofallback">
    • IntentToFallbackEvent

Properties

Properties

date: Date

The creation date of the event.

type: "intenttofallback"

The type of the event.