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