THEOplayer Web SDK
    Preparing search index...

    Interface UplynkAssetInfoResponseEvent

    Fired when an asset info response is received.

    interface UplynkAssetInfoResponseEvent {
        date: Date;
        response: UplynkAssetInfoResponse;
        type: "assetinforesponse";
    }

    Hierarchy (View Summary)

    • Event<"assetinforesponse">
      • UplynkAssetInfoResponseEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    The response which has been received.

    type: "assetinforesponse"

    The type of the event.