Consent status values.
Constant Summary
int | NOT_REQUIRED | User consent not required. |
int | OBTAINED | User consent obtained. |
int | REQUIRED | User consent required but not yet obtained. |
int | UNKNOWN | Consent status is unknown. |
Inherited Method Summary
Constants
public static final int NOT_REQUIRED
User consent not required.
public static final int OBTAINED
User consent obtained. Personalized vs non-personalized undefined.
public static final int REQUIRED
User consent required but not yet obtained.
public static final int UNKNOWN
Consent status is unknown. ConsentInformation.requestConsentInfoUpdate(Activity, ConsentRequestParameters, ConsentInformation.OnConsentInfoUpdateSuccessListener, ConsentInformation.OnConsentInfoUpdateFailureListener)
needs to be
called to update the ConsentInformation.ConsentStatus
.