Functions to retrieve information about the device the application is running on. More...
Public Member Functions | |
| Platform | GetPlatform () |
| Gets the platform the application is currently running on. | |
| boolean | IsPC () |
| Determines whether the application is running on a personal computer OS (Windows, MacOS, Linux). | |
| boolean | IsMobile () |
| Determines whether the application is running on a mobile device. | |
| value | GetCapability (string capability) |
| Checks a capability of the device the application is running on. | |
Functions to retrieve information about the device the application is running on.
| value Device.GetCapability | ( | string | capability | ) |
Checks a capability of the device the application is running on.
| capability | The capability. |
| Platform Device.GetPlatform | ( | ) |
Gets the platform the application is currently running on.
| boolean Device.IsMobile | ( | ) |
Determines whether the application is running on a mobile device.
| boolean Device.IsPC | ( | ) |
Determines whether the application is running on a personal computer OS (Windows, MacOS, Linux).