removeGlobalParameter

A method for removing global parameter from AdRequest, TagRequest, and TrackingRequest.

Removes global parameter from requests that were added using the AdServiceProvider.configure and setGlobalParameters methods.

adService.removeGlobalParameter(GlobalParameters::accessMode)

Parameters

keyPath

Represents a mutable parameter inside GlobalParameters that should be removed.

See also