Package-level declarations
Types
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun remoteInstall(onProgress: (taskName: String?, percentDone: Int) -> Unit, onSync: suspend (FileAction) -> Unit, remoteUrl: String, branch: String? = null, allowedTypes: Set<OverrideType>?): ActionError?
Link copied to clipboard
Link copied to clipboard
suspend fun remoteUpdate(onProgress: (taskName: String?, percentDone: Int) -> Unit, onSync: suspend (FileAction) -> Unit, branch: String? = null, allowedTypes: Set<OverrideType>?): ActionError?
Link copied to clipboard
suspend fun syncRemoteDirectory(onSync: suspend (FileAction) -> Unit, allowedTypes: Set<OverrideType>?): ActionError?