| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.applovin.sdk.AppLovinSdkConfiguration.ConsentDialogState | |
This enum represents whether or not the consent dialog should be shown for this user.
The state where no such determination could be made is represented by UNKNOWN.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AppLovinSdkConfiguration.ConsentDialogState | APPLIES | This user should be shown a consent dialog. | |||||||||
| AppLovinSdkConfiguration.ConsentDialogState | DOES_NOT_APPLY | This user should not be shown a consent dialog. | |||||||||
| AppLovinSdkConfiguration.ConsentDialogState | UNKNOWN | The consent dialog state could not be determined. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static AppLovinSdkConfiguration.ConsentDialogState | valueOf(String name) | ||||||||||
| final static ConsentDialogState[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
This user should be shown a consent dialog.
This user should not be shown a consent dialog.
The consent dialog state could not be determined. This is likely due to SDK failing to initialize.