Consent status values.
| 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. |
User consent not required.
User consent obtained. Personalized vs non-personalized undefined.
User consent required but not yet obtained.
Consent status is unknown.
ConsentInformation.requestConsentInfoUpdate(Activity, ConsentRequestParameters,
ConsentInformation.OnConsentInfoUpdateSuccessListener,
ConsentInformation.OnConsentInfoUpdateFailureListener) needs to be called to
update the ConsentInformation.ConsentStatus.