FIRAnalytics(Consent)
Sets the applicable end user consent state.
-
Sets the applicable end user consent state (e.g. for device identifiers) for this app on this device. Use the consent settings to specify individual consent type values. Settings are persisted across app sessions. By default consent types are set to
ConsentStatus.granted
.Declaration
Swift
class func setConsent(_ consentSettings: [ConsentType : ConsentStatus])
Parameters
consentSettings
A Dictionary of consent types. Supported consent type keys are
ConsentType.adStorage
,ConsentType.analyticsStorage
,ConsentType.adUserData
, andConsentType.adPersonalization
. Valid values areConsentStatus.granted
andConsentStatus.denied
.