OptiView Ads SDK
    Preparing search index...

    Interface StaticAsset

    Static asset - direct URL to media.

    interface StaticAsset {
        duration?: number;
        id: string;
        interaction?: Interaction;
        mediaType: MediaType;
        mimeType?: string;
        type: STATIC;
        uri: string | AssetUri[];
    }

    Hierarchy

    • BaseAsset
      • StaticAsset
    Index
    duration?: number

    The maximum duration of the asset in seconds

    id: string

    The identifier of the asset, unique within the break

    interaction?: Interaction

    Interaction options

    mediaType: MediaType

    The media type, video or image

    mimeType?: string

    The mime type of the media

    type: STATIC

    The type of the asset

    uri: string | AssetUri[]

    The resource URL or array of URLs with targeting