statusBar property

String? statusBar
getter/setter pair

Specifies whether system info and notifications are disabled in kiosk mode. Possible string values are:

  • "STATUS_BAR_UNSPECIFIED" : Unspecified, defaults to INFO_AND_NOTIFICATIONS_DISABLED.
  • "NOTIFICATIONS_AND_SYSTEM_INFO_ENABLED" : System info and notifications are shown on the status bar in kiosk mode.Note: For this policy to take effect, the device's home button must be enabled using kioskCustomization.systemNavigation.
  • "NOTIFICATIONS_AND_SYSTEM_INFO_DISABLED" : System info and notifications are disabled in kiosk mode.
  • "SYSTEM_INFO_ONLY" : Only system info is shown on the status bar.

Implementation

core.String? statusBar;