ListPendingSystemUpdatesResponse.Builder

abstract class ListPendingSystemUpdatesResponse.Builder


Builder for ListPendingSystemUpdatesResponse.

Summary

Public functions

abstract ListPendingSystemUpdatesResponse!
ListPendingSystemUpdatesResponse.Builder!

The list of pending system updates known to the OEM's OTA client.

Public functions

build

abstract fun build(): ListPendingSystemUpdatesResponse!

setSystemUpdates

fun setSystemUpdates(value: (Mutable)Iterable<SystemUpdate!>!): ListPendingSystemUpdatesResponse.Builder!

The list of pending system updates known to the OEM's OTA client. A system update is considered pending if it is in a state where it can potentially be applied (i.e., AVAILABLE, DOWNLOADING, DOWNLOADED, DOWNLOAD_PREVENTED, or APPLY_PREVENTED) and has not yet been successfully applied or aborted.