UpdaterManagerService

@IviExperimental(reasons = [])
interface UpdaterManagerService

A service that will manage the workflow of applying a set of updates. A client can use this service to get information about the available updates and manage the update process.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Updates that are ready to be applied.

Functions

Link copied to clipboard
abstract suspend fun startDownload(updateId: UpdateId)

Starts download of an update.

Link copied to clipboard
abstract suspend fun startInstallation(updateId: UpdateId)

Starts installation of an update.