Bitmovin Player API 8.268.0
    Preparing search index...

    Interface InterstitialAssetData

    Tracking data on ASSET level in the ASSET-LIST

    interface InterstitialAssetData {
        customAttributes: { [key: string]: any };
        duration?: number;
        uri: string;
    }

    Hierarchy (View Summary)

    Index
    customAttributes: { [key: string]: any }
    duration?: number
    uri: string