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

    Interface ImaSettings

    Represents Google IMA SDK wide settings.

    interface ImaSettings {
        enableBackgroundPlayback?: boolean;
        language: string;
        maxRedirects: number;
        playerVersion?: string;
        ppid?: string;
        sameAppKeyEnabled?: boolean;
        sessionId?: string;
    }
    Index

    Properties

    enableBackgroundPlayback?: boolean

    Enables background audio playback. Defaults to false.

    iOS, tvOS

    language: string

    Language identifier in IETF BCP 47 format.

    maxRedirects: number

    Maximum allowed wrapper redirects. Default is 4.

    playerVersion?: string

    Player version identifier reported to IMA.

    ppid?: string

    Publisher Provided Identification (PPID) sent with ad requests.

    sameAppKeyEnabled?: boolean

    Controls Same App Key usage.

    iOS

    sessionId?: string

    Session identifier used for frequency capping.