requiredTouchscreenType property

String? requiredTouchscreenType
getter/setter pair

The type of touchscreen required. Possible string values are:

  • "TOUCHSCREEN_TYPE_UNSPECIFIED" : Unspecified touchscreen type.
  • "TOUCHSCREEN_TYPE_UNDEFINED" : Undefined touchscreen type.
  • "TOUCHSCREEN_TYPE_NO_TOUCHSCREEN" : No touchscreen.
  • "TOUCHSCREEN_TYPE_STYLUS" : Stylus touchscreen.
  • "TOUCHSCREEN_TYPE_FINGER" : Finger touchscreen.

Implementation

core.String? requiredTouchscreenType;