kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
SendSuccess
Send
Success
common
data
class
SendSuccess
(
unidentified
:
Boolean
?
,
needsSync
:
Boolean
?
,
duration
:
Long
?
,
devices
:
List
<
Int
>
)
Content copied to clipboard
Properties
Properties
devices
Link copied to clipboard
common
val
devices
:
List
<
Int
>
Content copied to clipboard
duration
Link copied to clipboard
common
val
duration
:
Long
?
=
null
Content copied to clipboard
needsSync
Link copied to clipboard
common
val
needsSync
:
Boolean
?
=
null
Content copied to clipboard
unidentified
Link copied to clipboard
common
val
unidentified
:
Boolean
?
=
null
Content copied to clipboard