NotifySystemUpdatesChangedRequest

public 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

Nested types

Builder for NotifySystemUpdatesChangedRequest.

Public methods

getDefaultInstance

public static NotifySystemUpdatesChangedRequest getDefaultInstance()

getSystemUpdates

public abstract ImmutableList<SystemUpdategetSystemUpdates()

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

toBuilder

public abstract NotifySystemUpdatesChangedRequest.Builder toBuilder()