Bitmovin Player React Native SDK - v1.2.0
    Preparing search index...

    Interface AdSource

    Represents an ad source which can be assigned to an AdItem. An AdItem can have multiple AdSources as waterfalling option.

    interface AdSource {
        tag: string;
        type: AdSourceType;
    }
    Index

    Properties

    Properties

    tag: string

    The ad tag / url to the ad manifest.

    The AdSourceType of this AdSource.