ReqConsentApply

@JsonClass(generateAdapter = true)
data class ReqConsentApply(val source: String, val destination: TikiSdkDestination, val origin: String? = null)

The request for the applyConsent method call in the Platform Channel.

It uses the source and destination to verify if the consent was given.

Constructors

Link copied to clipboard
fun ReqConsentApply(source: String, destination: TikiSdkDestination, origin: String? = null)

Create empty Req consent apply

Properties

Link copied to clipboard
Link copied to clipboard
val origin: String? = null
Link copied to clipboard