OptiView Ads SDK
    Preparing search index...

    Interface AssetUri

    Asset URI with optional targeting.

    interface AssetUri {
        targeting?: Targeting;
        value: string;
    }
    Index
    targeting?: Targeting
    value: string