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 constructors

RtbSignalData

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

Constructs an RtbSignalData with the provided extra parameters.

Public properties

adSize

val adSizeAdSize?

context

val contextContext!

networkExtras

val networkExtrasBundle!