Builder of ConsentDebugSettings.
| ConsentDebugSettings.Builder | |
| ConsentDebugSettings |
build()
Builds the
ConsentDebugSettings.
|
| ConsentDebugSettings.Builder |
setDebugGeography(int debugGeography)
Sets the debug geography for testing purposes.
|
Registers a device as a test device. Test devices respect debug geography settings to enable easier testing. Test devices must be added individually so that debug geography settings won't accidentally get released to all users.
You can access the hashedDeviceId from logcat once your app calls
ConsentInformation.requestConsentInfoUpdate(Activity, ConsentRequestParameters,
ConsentInformation.OnConsentInfoUpdateSuccessListener,
ConsentInformation.OnConsentInfoUpdateFailureListener)
| hashedId | The hashed device ID that should be considered a debug device. |
|---|
Builds the ConsentDebugSettings.
Sets the debug geography for testing purposes.
Default value is
ConsentDebugSettings.DebugGeography.DEBUG_GEOGRAPHY_DISABLED.