GoogleMobileAds. Ump. Api. ConsentRequestParameters
Parameters sent on updating user consent info.
Summary
Public attributes |
|
|---|---|
ConsentDebugSettings = new ConsentDebugSettings()
|
Debug settings for the request.
|
ConsentSyncId
|
string
The consent sync ID used to sync the user consent status.
|
TagForUnderAgeOfConsent
|
bool
Determines whether the user is tagged for under the age of consent.
|
Public attributes
ConsentDebugSettings
ConsentDebugSettings ConsentDebugSettings = new ConsentDebugSettings()
Debug settings for the request.
ConsentSyncId
string ConsentSyncId
The consent sync ID used to sync the user consent status.
The consent sync ID must meet the following requirements:
- Constructed as a UUID string as matches the regular expression (regex) ^[0-9a-zA-Z+.=\/_-$,{}]{22,150}$
- A minimum of 22 characters.
- A maximum of 150 characters.
Failure to meet the requirements results in the consent sync ID not being set and the UMP SDK logging a warning to the console.
TagForUnderAgeOfConsent
bool TagForUnderAgeOfConsent
Determines whether the user is tagged for under the age of consent.