Types of operating system that may be running on the device.
Returned By: DeviceInfoSystem#getOS
var osType = global.deviceInfoSystem.getOS();var isMobile = (osType == OS.iOS || osType == OS.Android); Copy
var osType = global.deviceInfoSystem.getOS();var isMobile = (osType == OS.iOS || osType == OS.Android);
Android device
iOS device
MacOS device
Windows device
Types of operating system that may be running on the device.
See
Returned By: DeviceInfoSystem#getOS
Example