library
Toggle table of contents
4.12.0-dev
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
library
library
/
org.xmtp.android.library
/
MessageVisibilityOptions
Message
Visibility
Options
data
class
MessageVisibilityOptions
(
val
shouldPush
:
Boolean
,
val
idempotencyKey
:
String
?
=
null
)
Members
Constructors
Message
Visibility
Options
Link copied to clipboard
constructor
(
shouldPush
:
Boolean
,
idempotencyKey
:
String
?
=
null
)
Properties
idempotency
Key
Link copied to clipboard
val
idempotencyKey
:
String
?
should
Push
Link copied to clipboard
val
shouldPush
:
Boolean
Functions
to
Ffi
Link copied to clipboard
fun
toFfi
(
)
:
FfiSendMessageOpts