public static enum AppLovinSdkConfiguration.ConsentDialogState extends java.lang.Enum<AppLovinSdkConfiguration.ConsentDialogState>
UNKNOWN.| Enum Constant and Description |
|---|
APPLIES
This user should be shown a consent dialog.
|
DOES_NOT_APPLY
This user should not be shown a consent dialog.
|
UNKNOWN
The consent dialog state could not be determined.
|
| Modifier and Type | Method and Description |
|---|---|
static AppLovinSdkConfiguration.ConsentDialogState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppLovinSdkConfiguration.ConsentDialogState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppLovinSdkConfiguration.ConsentDialogState UNKNOWN
public static final AppLovinSdkConfiguration.ConsentDialogState APPLIES
public static final AppLovinSdkConfiguration.ConsentDialogState DOES_NOT_APPLY
public static AppLovinSdkConfiguration.ConsentDialogState[] values()
for (AppLovinSdkConfiguration.ConsentDialogState c : AppLovinSdkConfiguration.ConsentDialogState.values()) System.out.println(c);
public static AppLovinSdkConfiguration.ConsentDialogState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null