public class UserDataManager
extends java.lang.Object
| Constructor and Description |
|---|
UserDataManager(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCollectData() |
void |
denyConsent()
Deprecated.
use
removeIABGDPRConsentString() instead. |
boolean |
gdprApplies() |
java.lang.String |
getConsentPageLink()
Deprecated.
|
android.content.Intent |
getConsentScreenIntent(android.content.Context context)
Deprecated.
|
java.lang.String |
getIABGDPRConsentString() |
java.lang.String |
getIABUSPrivacyString() |
java.lang.String |
getPrivacyPolicyLink()
Deprecated.
|
java.lang.String |
getVendorListLink()
Deprecated.
|
void |
grantConsent()
Deprecated.
use
setIABGDPRConsentString(String gdprConsentString) instead. |
boolean |
isCCPAOptOut() |
boolean |
isConsentDenied()
]
Only for internal use in the ad request
|
void |
removeIABGDPRConsentString() |
void |
removeIABUSPrivacyString() |
void |
revokeConsent()
Deprecated.
use
removeIABGDPRConsentString() instead. |
void |
setIABGDPRConsentString(java.lang.String gdprConsentString) |
void |
setIABUSPrivacyString(java.lang.String IABUSPrivacyString) |
boolean |
shouldAskConsent()
Deprecated.
|
void |
showConsentRequestScreen(android.content.Context context)
Deprecated.
|
@Deprecated public java.lang.String getConsentPageLink()
@Deprecated public java.lang.String getPrivacyPolicyLink()
@Deprecated public java.lang.String getVendorListLink()
@Deprecated public boolean shouldAskConsent()
public boolean canCollectData()
public boolean isConsentDenied()
@Deprecated public void grantConsent()
setIABGDPRConsentString(String gdprConsentString) instead.@Deprecated public void denyConsent()
removeIABGDPRConsentString() instead.@Deprecated public void revokeConsent()
removeIABGDPRConsentString() instead.public boolean gdprApplies()
@Deprecated public void showConsentRequestScreen(android.content.Context context)
@Deprecated public android.content.Intent getConsentScreenIntent(android.content.Context context)
public void setIABUSPrivacyString(java.lang.String IABUSPrivacyString)
public java.lang.String getIABUSPrivacyString()
public void removeIABUSPrivacyString()
public boolean isCCPAOptOut()
public void setIABGDPRConsentString(java.lang.String gdprConsentString)
public java.lang.String getIABGDPRConsentString()
public void removeIABGDPRConsentString()