requiredNavigationType property

String? requiredNavigationType
getter/setter pair

The navigation device required. Possible string values are:

  • "NAVIGATION_TYPE_UNSPECIFIED" : Unspecified navigation type.
  • "NAVIGATION_TYPE_UNDEFINED" : Undefined navigation type.
  • "NAVIGATION_TYPE_NO_NAVIGATION" : No navigation.
  • "NAVIGATION_TYPE_DPAD" : Dpad navigation.
  • "NAVIGATION_TYPE_TRACKBALL" : Trackball navigation.
  • "NAVIGATION_TYPE_WHEEL" : Wheel navigation.

Implementation

core.String? requiredNavigationType;