InputParameters

data class InputParameters(val updaterServiceId: IviServiceId, val detectUpdateHandlerId: DetectUpdateHandlerId)

The input parameters of the DetectUpdateTriggerWorker.

Parameters

updaterServiceId
detectUpdateHandlerId

An ID provide to UpdaterService.detectUpdate. The ID allows the UpdaterService to identify the update components to check. This can for instance identify a specific or a group of UpdateComponentIds. If another system is the source of the UpdateComponentIds, the identifier can for example identify the source system. If the UpdaterService implementation does not need any additional identifier, it can remain empty.

Constructors

Link copied to clipboard
constructor(updaterServiceId: IviServiceId, detectUpdateHandlerId: DetectUpdateHandlerId)

Properties