trixnity-clientserverapi-client
3.0.0-beta3
trixnity-clientserverapi-client
/
net.folivo.trixnity.clientserverapi.client
/
SyncApiClient
/
start
start
abstract
suspend
fun
start
(
filter
:
String
?
=
null
,
setPresence
:
Presence
?
=
null
,
currentBatchToken
:
MutableStateFlow
<
String
?
>
=
MutableStateFlow(null)
,
timeout
:
Long
=
30000
,
asUserId
:
UserId
?
=
null
,
wait
:
Boolean
=
false
,
scope
:
CoroutineScope
)