MediationConfiguration

public class MediationConfiguration


AdMob または DFP の管理画面でパブリッシャーが設定したメディエーション構成が含まれます。

概要

定数

static final String

カスタム イベントのパラメータを含む serverParameters バンドルのフィールド。

公開フィールド

final AdFormat
final Bundle

パブリック コンストラクタ

MediationConfiguration(AdFormat format, Bundle serverParameters)

パブリック メソッド

AdFormat

構成に関連付けられている広告フォーマットを返します。

Bundle

パブリッシャーが UI で設定した設定を返します。

定数

CUSTOM_EVENT_SERVER_PARAMETER_FIELD

public static final String CUSTOM_EVENT_SERVER_PARAMETER_FIELD = "parameter"

カスタム イベントのパラメータを含む serverParameters バンドルのフィールド。

公開フィールド

形式

public final AdFormat format

serverParameters

public final Bundle serverParameters

パブリック コンストラクタ

MediationConfiguration

public MediationConfiguration(AdFormat format, Bundle serverParameters)

パブリック メソッド

getFormat

public AdFormat getFormat()

構成に関連付けられている広告フォーマットを返します。

getServerParameters

public Bundle getServerParameters()

パブリッシャーが UI で設定した設定を返します。