Device
Stay organized with collections
Save and categorize content based on your preferences.
Enumerates supported devices.
Enums |
DEVICE_UNSPECIFIED |
Not specified. |
DEVICE_UNKNOWN |
The value is unknown in this version. |
DESKTOP |
Computers. |
MOBILE |
Mobile devices with full browsers. |
TABLET |
Tablets with full browsers. |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eLists the various device types supported, enabling you to identify the specific platform being used.\u003c/p\u003e\n"],["\u003cp\u003eIncludes unspecified and unknown device types for handling cases where the device information isn't available or is a new type not yet defined in the enum.\u003c/p\u003e\n"],["\u003cp\u003eCategorizes devices into desktop, mobile, and tablet groups to help make informed decisions based on device characteristics.\u003c/p\u003e\n"]]],[],null,["# Device\n\nEnumerates supported devices.\n\n| Enums ||\n|----------------------|---------------------------------------|\n| `DEVICE_UNSPECIFIED` | Not specified. |\n| `DEVICE_UNKNOWN` | The value is unknown in this version. |\n| `DESKTOP` | Computers. |\n| `MOBILE` | Mobile devices with full browsers. |\n| `TABLET` | Tablets with full browsers. |"]]