Ad Request Global Parameter
data class AdRequestGlobalParameter<Parameter>(val keyPath: KMutableProperty1<AdRequestGlobalParameters, Parameter?>, val value: Parameter?)
An object that represents a mutable global parameter inside AdRequestGlobalParameters.
Used to set global parameters specific to AdRequest via AdService.setAdRequestGlobalParameters.
Parameters
key Path
Represents a mutable parameter inside AdRequestGlobalParameters that should be changed.
value
The new value for the parameter represented by keyPath.