API reference
API reference
Select your platform
No SDKs available
No versions available

ConsentStatusResult Interface

This holds the result of getConsentStatus() API call.

Signature

interface ConsentStatusResult

Properties

consentType : String
[Get]
Type of a consent.
Signature
abstract val consentType: String
decisionTime : Long
[Get]
Last status update time for the consent
Signature
abstract val decisionTime: Long
status : ConsentStatus
[Get]
Current status of a consent.
Signature
abstract val status: ConsentStatus
version : String?
[Get]
Version of the consent. Some consents can have different versions.
Signature
abstract val version: String?
Did you find this page helpful?