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

    Interface ImaAdvertisingConfig

    Configuration options applied to Google IMA SDK before initialization.

    interface ImaAdvertisingConfig {
        beforeInitialization?: (settings: ImaSettings) => void | ImaSettings;
    }
    Index

    Properties

    beforeInitialization?: (settings: ImaSettings) => void | ImaSettings

    Invoked before the IMA SDK initializes, allowing mutation of the SDK settings.

    Type declaration

      • (settings: ImaSettings): void | ImaSettings
      • Parameters

        • settings: ImaSettings

          Current IMA settings received from the native SDK.

        Returns void | ImaSettings

        The settings object to apply. If omitted, the (mutated) settings argument is used.