THEOplayer Web SDK
    Preparing search index...

    Interface Uplynk

    The Uplynk API.


    - Only available with the feature 'uplynk'.

    interface Uplynk {
        ads: UplynkAds;
        assets: UplynkAssetList;
        addEventListener<TType extends keyof UplynkEventMap>(
            type: TType | readonly TType[],
            listener: EventListener<UplynkEventMap[TType]>,
        ): void;
        removeEventListener<TType extends keyof UplynkEventMap>(
            type: TType | readonly TType[],
            listener: EventListener<UplynkEventMap[TType]>,
        ): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The Uplynk SSAI API.

    List of Uplynk assets.

    Methods