RtbSignalData

class RtbSignalData


Data passed into the adapter for signal generation.

Summary

Public constructors

RtbSignalData(
    context: Context!,
    configurations: (Mutable)List<MediationConfiguration!>!,
    networkExtras: Bundle!,
    adSize: AdSize?
)

Constructs an RtbSignalData with the provided extra parameters.

Public functions

MediationConfiguration?

This function is deprecated.

Use getConfigurations.

Public constructors

RtbSignalData

RtbSignalData(
    context: Context!,
    configurations: (Mutable)List<MediationConfiguration!>!,
    networkExtras: Bundle!,
    adSize: AdSize?
)

Constructs an RtbSignalData with the provided extra parameters.

Public functions

getConfiguration

fun getConfiguration(): MediationConfiguration?

Returns the configuration defined by the publisher in the AdMob or Ad Manager UI.

Public properties

adSize

val adSizeAdSize?

context

val contextContext!

networkExtras

val networkExtrasBundle!