startDownload

abstract suspend fun startDownload(updateId: UpdateId)

Starts download of an update.

Parameters

updateId

ID of the update to be downloaded.

Note: If there is no available update with updateId, calling this function is a no-op.