Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class CouldNotInstallRemote(val url: String? = null) : ActionError
Link copied to clipboard
Link copied to clipboard
data class InvalidUrl(val url: String) : ActionError
Link copied to clipboard
data class RemoteAlreadyExists(val url: String) : ActionError

Functions

Link copied to clipboard
suspend fun canInstallRemote(): Boolean
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
suspend fun remoteRemove(): <Error class: unknown class>
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?