type property

String? type
getter/setter pair

The type of system update to configure. Possible string values are:

  • "SYSTEM_UPDATE_TYPE_UNSPECIFIED" : Follow the default update behavior for the device, which typically requires the user to accept system updates.
  • "AUTOMATIC" : Install automatically as soon as an update is available.
  • "WINDOWED" : Install automatically within a daily maintenance window. This also configures Play apps to be updated within the window. This is strongly recommended for kiosk devices because this is the only way apps persistently pinned to the foreground can be updated by Play.If autoUpdateMode is set to AUTO_UPDATE_HIGH_PRIORITY for an app, then the maintenance window is ignored for that app and it is updated as soon as possible even outside of the maintenance window.
  • "POSTPONE" : Postpone automatic install up to a maximum of 30 days. This policy does not affect security updates (e.g. monthly security patches).

Implementation

core.String? type;