-
- All Implemented Interfaces:
-
com.adsdk.android.ads.config.OxSdkConfiguration
public class OxSdkConfigurationImpl implements OxSdkConfiguration
-
-
Method Summary
Modifier and Type Method Description OxSdkConfiguration.ConsentDialogStategetConsentDialogState()Get the consent dialog state for this user. voidsetConsentDialogState(OxSdkConfiguration.ConsentDialogState consentDialogState)-
-
Method Detail
-
getConsentDialogState
OxSdkConfiguration.ConsentDialogState getConsentDialogState()
Get the consent dialog state for this user. If no such determination could be made, UNKNOWN will be returned.
-
setConsentDialogState
void setConsentDialogState(OxSdkConfiguration.ConsentDialogState consentDialogState)
-
-
-
-