UserConsent

data class UserConsent(val timestamp: Long, val appVersion: String, val accepted: Boolean, val items: List<UserConsent.Item>)

Constructors

Link copied to clipboard
constructor(timestamp: Long, appVersion: String, accepted: Boolean, items: List<UserConsent.Item>)

Types

Link copied to clipboard
data class Item(val text: String, val url: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard