{% setvar book_path %}/admob/android/_book.yaml{% endsetvar %} {% include "/admob/android/reference/_dackka-meta-tags.html" %}

MediationConfiguration

{% setvar page_path %}com/google/android/gms/ads/mediation/MediationConfiguration.html{% endsetvar %} {% setvar doc_root_path %}/admob/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_kotlin_switcher2.md" %}

class MediationConfiguration


Contains a mediation configuration set by the publisher in the AdMob or DFP UI.

Summary

Constants

const String!

The field in the serverParameters bundle that contains the parameter for custom events.

Public constructors

MediationConfiguration(format: AdFormat!, serverParameters: Bundle!)

Public properties

AdFormat!
Bundle!

Constants

CUSTOM_EVENT_SERVER_PARAMETER_FIELD

const val CUSTOM_EVENT_SERVER_PARAMETER_FIELD = "parameter": String!

The field in the serverParameters bundle that contains the parameter for custom events.

Public constructors

MediationConfiguration

MediationConfiguration(format: AdFormat!, serverParameters: Bundle!)

Public properties

format

val formatAdFormat!

serverParameters

val serverParametersBundle!