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.
Implementation
core.String? formFactor;