DetectUpdateTriggerWorker

@IviExperimental(reasons = [])
class DetectUpdateTriggerWorker(context: Context, workerParameters: WorkerParameters) : CoroutineWorker

Worker to invoke UpdaterService.detectUpdate with an UpdateComponentId of a service identified by a IviServiceId. Both the UpdateComponentId and IviServiceId are obtained from InputParameters.

Use Builder to build this Worker.

Constructors

Link copied to clipboard
constructor(context: Context, workerParameters: WorkerParameters)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class InputParameters(val updaterServiceId: IviServiceId, val updateComponentId: UpdateComponentId)

The input parameters of the DetectUpdateTriggerWorker.

Inherited properties

Link copied to clipboard
open val coroutineContext: CoroutineDispatcher

Functions

Link copied to clipboard
open suspend override fun doWork(): ListenableWorker.Result

Inherited functions

Link copied to clipboard
open suspend fun getForegroundInfo(): ForegroundInfo
Link copied to clipboard
override fun getForegroundInfoAsync(): ListenableFuture<ForegroundInfo>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
override fun onStopped()
Link copied to clipboard
suspend fun setForeground(foregroundInfo: ForegroundInfo)
Link copied to clipboard
fun setForegroundAsync(@NonNull foregroundInfo: ForegroundInfo): ListenableFuture<Void>
Link copied to clipboard
suspend fun setProgress(data: Data)
Link copied to clipboard
open fun setProgressAsync(@NonNull data: Data): ListenableFuture<Void>
Link copied to clipboard
Link copied to clipboard
override fun startWork(): ListenableFuture<ListenableWorker.Result>
Link copied to clipboard