operatingSystem property
The type of the Operating System currently running on the device. Possible string values are:
- "OPERATING_SYSTEM_UNSPECIFIED" : UNSPECIFIED.
- "CHROME_OS" : ChromeOS.
- "CHROMIUM_OS" : ChromiumOS.
- "WINDOWS" : Windows.
- "MAC_OS_X" : Mac Os X.
- "LINUX" : Linux
Implementation
core.String? operatingSystem;