library
androidJvm
library
/
org.xmtp.android.library
/
ConsentListEntry
Consent
List
Entry
data
class
ConsentListEntry
(
val
value
:
String
,
val
entryType
:
EntryType
,
val
consentType
:
ConsentState
)
Members
Constructors
Consent
List
Entry
Link copied to clipboard
constructor
(
value
:
String
,
entryType
:
EntryType
,
consentType
:
ConsentState
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
consent
Type
Link copied to clipboard
val
consentType
:
ConsentState
entry
Type
Link copied to clipboard
val
entryType
:
EntryType
key
Link copied to clipboard
val
key
:
String
value
Link copied to clipboard
val
value
:
String