remove Ad Request Global Parameter
abstract fun <T> removeAdRequestGlobalParameter(keyPath: KMutableProperty1<AdRequestGlobalParameters, T?>)
A method for removing global parameter from AdRequest.
Removes global parameter from AdRequest that were added using the AdServiceProvider.configure and setAdRequestGlobalParameters methods.
adService.removeAdRequestGlobalParameter(AdRequestGlobalParameters::externalUID)Content copied to clipboard
Parameters
key Path
Represents a mutable parameter inside AdRequestGlobalParameters that should be removed.