MediationConfiguration

class MediationConfiguration


Contains a mediation configuration set by the publisher in the AdMob or Ad Manager 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 functions

open operator Boolean
equals(other: Any?)

Public properties

AdFormat

The ad format associated with the configuration.

Bundle

The settings set by the publisher in the UI.

Constants

CUSTOM_EVENT_SERVER_PARAMETER_FIELD

const val CUSTOM_EVENT_SERVER_PARAMETER_FIELDString

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

Public constructors

MediationConfiguration

MediationConfiguration(format: AdFormat, serverParameters: Bundle)

Public functions

equals

open operator fun equals(other: Any?): Boolean

Public properties

format

val formatAdFormat

The ad format associated with the configuration.

serverParameters

val serverParametersBundle

The settings set by the publisher in the UI.