toggle menu
trixnity-clientserverapi-client
4.3.12
common
switch theme
search in API
trixnity-clientserverapi-client
/
net.folivo.trixnity.clientserverapi.client
/
SyncApiClientImpl
/
start
start
open
suspend override
fun
start
(
filter
:
String
?
,
setPresence
:
Presence
?
,
getBatchToken
:
suspend
(
)
->
String
?
,
setBatchToken
:
suspend
(
String
)
->
Unit
,
timeout
:
Duration
,
withTransaction
:
suspend
(
block
:
suspend
(
)
->
Unit
)
->
Unit
,
asUserId
:
UserId
?
,
wait
:
Boolean
,
scope
:
CoroutineScope
)