library
androidJvm
library
/
uniffi.xmtpv3
/
FfiAction
Ffi
Action
data
class
FfiAction
(
var
id
:
String
,
var
label
:
String
,
var
imageUrl
:
String
?
,
var
style
:
FfiActionStyle
?
,
var
expiresAtNs
:
Long
?
)
Members
Constructors
Ffi
Action
Link copied to clipboard
constructor
(
id
:
String
,
label
:
String
,
imageUrl
:
String
?
,
style
:
FfiActionStyle
?
,
expiresAtNs
:
Long
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
expires
At
Ns
Link copied to clipboard
var
expiresAtNs
:
Long
?
id
Link copied to clipboard
var
id
:
String
image
Url
Link copied to clipboard
var
imageUrl
:
String
?
label
Link copied to clipboard
var
label
:
String
style
Link copied to clipboard
var
style
:
FfiActionStyle
?