public static final enum

AppLovinSdkConfiguration.ConsentDialogState

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.applovin.sdk.AppLovinSdkConfiguration.ConsentDialogState

Class Overview

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.

Summary

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

Enum Values

public static final AppLovinSdkConfiguration.ConsentDialogState APPLIES

This user should be shown a consent dialog.

public static final AppLovinSdkConfiguration.ConsentDialogState DOES_NOT_APPLY

This user should not be shown a consent dialog.

public static final AppLovinSdkConfiguration.ConsentDialogState UNKNOWN

The consent dialog state could not be determined. This is likely due to SDK failing to initialize.

Public Methods

public static AppLovinSdkConfiguration.ConsentDialogState valueOf (String name)

public static final ConsentDialogState[] values ()