formFactor property
Whether this device is a phone, tablet, wearable, etc. Possible string values are:
- "DEVICE_FORM_FACTOR_UNSPECIFIED" : Do not use. For proto versioning only.
- "PHONE" : This device has the shape of a phone.
- "TABLET" : This device has the shape of a tablet.
- "WEARABLE" : This device has the shape of a watch or other wearable.
- "TV" : This device has a television form factor.
- "AUTOMOTIVE" : This device has an automotive form factor.
- "DESKTOP" : This device has a desktop form factor.
- "XR" : This device has an Extended Reality form factor.
Implementation
core.String? formFactor;