-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum OxSdkConfiguration.ConsentDialogStateThis 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 Constant Summary
Enum Constants Enum Constant Description UNKNOWNThe consent dialog state could not be determined. This is likely due to SDK failing to initialize.
APPLIESThis user should be shown a consent dialog.
DOES_NOT_APPLYThis user should not be shown a consent dialog.
-
Method Summary
Modifier and Type Method Description static Array<OxSdkConfiguration.ConsentDialogState>values()static OxSdkConfiguration.ConsentDialogStatevalueOf(String name)-
-
Method Detail
-
values
static Array<OxSdkConfiguration.ConsentDialogState> values()
-
valueOf
static OxSdkConfiguration.ConsentDialogState valueOf(String name)
-
-
-
-