PackageApi
Functions
Link copied to clipboard
suspend fun cancelPackageInstallation(packageId: ERROR CLASS: Symbol not found for UUID): Response<Unit>
Cancels a package installation.
Link copied to clipboard
suspend fun getPackageInfo(name: String, assemblyGuid: ERROR CLASS: Symbol not found for UUID?? = null): Response<ERROR CLASS: Symbol not found for PackageInfo>
Gets a package by name or assembly GUID.
Link copied to clipboard
Gets available packages.
Link copied to clipboard
Gets all package repositories.
Link copied to clipboard
Link copied to clipboard
suspend fun setRepositories(data: List<ERROR CLASS: Symbol not found for RepositoryInfo>): Response<Unit>
Sets the enabled and existing package repositories.