Interface VerizonMediaPingResponseEvent

Fired when a Ping response is received.

interface VerizonMediaPingResponseEvent {
    date: Date;
    response: VerizonMediaPingResponse;
    type: "pingresponse";
}

Hierarchy (view full)

  • Event<"pingresponse">
    • VerizonMediaPingResponseEvent

Properties

Properties

date: Date

The creation date of the event.

The response which has been received.

type: "pingresponse"

The type of the event.