library
androidJvm
library
/
org.xmtp.android.library
/
ConsentList
Consent
List
class
ConsentList
(
val
client
:
Client
,
ffiClient
:
FfiXmtpClient
)
Members
Constructors
Consent
List
Link copied to clipboard
constructor
(
client
:
Client
,
ffiClient
:
FfiXmtpClient
)
Functions
address
State
Link copied to clipboard
suspend
fun
addressState
(
address
:
String
)
:
ConsentState
conversation
State
Link copied to clipboard
suspend
fun
conversationState
(
groupId
:
String
)
:
ConsentState
inbox
Id
State
Link copied to clipboard
suspend
fun
inboxIdState
(
inboxId
:
String
)
:
ConsentState
set
Consent
State
Link copied to clipboard
suspend
fun
setConsentState
(
entries
:
List
<
ConsentListEntry
>
)
Properties
client
Link copied to clipboard
val
client
:
Client