toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api.actions.remote
/
remoteUpdate
remote
Update
suspend
fun
remoteUpdate
(
onProgress
:
(
taskName
:
String
?
,
percentDone
:
Int
)
->
Unit
,
onSync
:
suspend
(
FileAction
)
->
Unit
,
branch
:
String
?
=
null
,
allowedTypes
:
Set
<
OverrideType
>
?
)
:
ActionError
?