-
public interface OxSdkConfigurationCreated by Thomas So on October 02 2018
Object containing various flags related to the SDK configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumOxSdkConfiguration.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.
-
Method Summary
Modifier and Type Method Description abstract OxSdkConfiguration.ConsentDialogStategetConsentDialogState()Get the consent dialog state for this user. -
-
Method Detail
-
getConsentDialogState
abstract OxSdkConfiguration.ConsentDialogState getConsentDialogState()
Get the consent dialog state for this user. If no such determination could be made, UNKNOWN will be returned.
-
-
-
-