type property

String? type
getter/setter pair

A constant representing the type of the device. Possible string values are:

  • "unknown" : Device type is not known.
  • "phone" : An Android phone.
  • "tablet" : An Android tablet.
  • "watch" : A watch or other wrist-mounted band.
  • "chestStrap" : A chest strap.
  • "scale" : A scale.
  • "headMounted" : Glass or other head-mounted device.
  • "smartDisplay" : A smart display e.g. Nest device.

Implementation

core.String? type;