formFactor property
Captures the form factor of the device.
Optional. Possible string values are:
- "FORM_FACTOR_UNSPECIFIED" : The form factor is unspecified.
- "FITNESS_BAND" : The device is a fitness band.
- "WATCH" : The device is a watch.
- "PHONE" : The device is a phone.
- "RING" : The device is a ring.
- "CHEST_STRAP" : The device is a chest strap.
- "SCALE" : The device is a scale.
- "TABLET" : The device is a tablet.
- "HEAD_MOUNTED" : The device is a head mounted device.
- "SMART_DISPLAY" : The device is a smart display.
Implementation
core.String? formFactor;