systemNavigation property

String? systemNavigation
getter/setter pair

Specifies which navigation features are enabled (e.g. Home, Overview buttons) in kiosk mode. Possible string values are:

  • "SYSTEM_NAVIGATION_UNSPECIFIED" : Unspecified, defaults to NAVIGATION_DISABLED.
  • "NAVIGATION_ENABLED" : Home and overview buttons are enabled.
  • "NAVIGATION_DISABLED" : The home and Overview buttons are not accessible.
  • "HOME_BUTTON_ONLY" : Only the home button is enabled.

Implementation

core.String? systemNavigation;