ON Properties
A helper class that allows you to identify device parameters: operating system type, orientation, form factor, and device type (physical device or simulator).Name | Description |
---|---|
Android static | Indicates whether the app is launched on a device running Android. |
Default |
The default minimum size for devices with screens of the Extra Large size class. |
Default |
The default minimum size for devices with screens of the Large size class. |
Default |
The default minimum size for devices with screens of the Medium size class. |
Default |
The default minimum size for devices with screens of the Small size class. |
i |
Indicates whether the app is launched on a device running i |
Landscape static | Indicates whether the app is displayed in the Landscape orientation. |
Phone static | Indicates whether the app is running on a phone. |
Portrait static | Indicates whether the app is displayed in the Portrait orientation. |
Simulator static | Indicates whether the app is running on a simulator/emulator. |
Tablet static | Indicates whether the app is running on a tablet. |
See Also