-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class CheckConsentResponse implements Parcelable
Response model for check consent API (and grant/revoke/update consent). Returns 50807 if Service Term expired.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCheckConsentResponse.Consent
-
Field Summary
Fields Modifier and Type Field Description private final CheckConsentResponse.Consentconsentprivate final ResponseStatusstatus
-
Constructor Summary
Constructors Constructor Description CheckConsentResponse(CheckConsentResponse.Consent consent, ResponseStatus status)
-
Method Summary
Modifier and Type Method Description final CheckConsentResponse.ConsentgetConsent()Consent information final ResponseStatusgetStatus()Status information -
-
Constructor Detail
-
CheckConsentResponse
CheckConsentResponse(CheckConsentResponse.Consent consent, ResponseStatus status)
-
-
Method Detail
-
getConsent
final CheckConsentResponse.Consent getConsent()
Consent information
-
getStatus
final ResponseStatus getStatus()
Status information
-
-
-
-