toggle menu
trixnity-clientserverapi-client
4.0.0-RC2
common
switch theme
search in API
trixnity-clientserverapi-client
/
net.folivo.trixnity.clientserverapi.client
/
start
start
suspend
fun
SyncApiClient
.
start
(
filter
:
String
?
=
null
,
setPresence
:
Presence
?
=
null
,
getBatchToken
:
suspend
(
)
->
String
?
,
setBatchToken
:
suspend
(
String
)
->
Unit
,
timeout
:
Long
=
30000
,
asUserId
:
UserId
?
=
null
,
wait
:
Boolean
=
false
,
scope
:
CoroutineScope
)