NotifySystemUpdatesChangedRequest

abstract class NotifySystemUpdatesChangedRequest


Request message for the OemSystemUpdateHandler.onSystemUpdatesChanged callback. Called by AMAPI to push updates to the OTA client when the instructions for system updates have changed.

Summary

Public functions

java-static NotifySystemUpdatesChangedRequest.Builder!
java-static NotifySystemUpdatesChangedRequest!
abstract ImmutableList<SystemUpdate!>!

A list of system updates that have been changed.

abstract NotifySystemUpdatesChangedRequest.Builder!

Public functions

builder

java-static fun builder(): NotifySystemUpdatesChangedRequest.Builder!

getDefaultInstance

java-static fun getDefaultInstance(): NotifySystemUpdatesChangedRequest!

getSystemUpdates

abstract fun getSystemUpdates(): ImmutableList<SystemUpdate!>!

A list of system updates that have been changed. The OTA client should update its state and behavior for these specific system updates.