disableMediationAdapterInitialization

Deprecated

The `context` argument is no longer required as of v1.1.0-beta01

Disables the initialization of mediation adapters.

Parameters

context

The context to use. Must be an Activity on Android.

Deprecated

The `context` argument is no longer required as of v1.1.0-beta01

Disables the automatic initialization of mediation adapters. This can be useful to optimize app startup time. If you disable this, you must initialize mediation adapters manually before making ad requests.

Parameters

context

A platform-specific context. For Android, this must be an Activity or Context. For iOS, this parameter is not used and can be null.

Deprecated

The `context` argument is no longer required as of v1.1.0-beta01