Interface VerizonMediaAssetInfoResponseEvent

Fired when an asset info response is received.

interface VerizonMediaAssetInfoResponseEvent {
    date: Date;
    response: VerizonMediaAssetInfoResponse;
    type: "assetinforesponse";
}

Hierarchy (view full)

  • Event<"assetinforesponse">
    • VerizonMediaAssetInfoResponseEvent

Properties

Properties

date: Date

The creation date of the event.

The response which has been received.

type: "assetinforesponse"

The type of the event.

Generated using TypeDoc