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

ConsentStatusResult

Updated: Oct 30, 2025

ConsentStatusResult

interface ConsentStatusResult
This holds the result of getConsentStatus() API call.

Properties

NameSummary
consentType
abstract val consentType: String
Type of a consent.
decisionTime
abstract val decisionTime: Long
Last status update time for the consent
json
open val json: String
status
abstract val status: ConsentStatus
Current status of a consent.
version
abstract val version: String?
Version of the consent. Some consents can have different versions.