Interface VerizonMediaPreplayResponseEvent

Fired when a Preplay response is received.

interface VerizonMediaPreplayResponseEvent {
    date: Date;
    response: VerizonMediaPreplayResponse;
    type: "preplayresponse";
}

Hierarchy (view full)

  • Event<"preplayresponse">
    • VerizonMediaPreplayResponseEvent

Properties

Properties

date: Date

The creation date of the event.

The response which has been received.

type: "preplayresponse"

The type of the event.

Generated using TypeDoc