Represents the information on the features of a mobile device.
Namespace: Ingeniux.Runtime.Mobile
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IMobileDevice type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsTablet |
Checks whether the device is a tablet.
| |
MajorVersion |
Gets the major version of the device.
| |
Manufacturer |
Gets the name of the device's manufacturer.
| |
MinorVersion |
Gets the minor version of the device.
| |
Model |
Gets the model of the device.
| |
ScreenHeight |
Gets the height of the device's screen. The size corresponds to the device's display, not necessarily to the actual pixels of the screen.
| |
ScreenWidth |
Gets the width of the device's screen. The size corresponds to the device's display, not necessarily to the actual pixels of the screen.
| |
UserAgent |
Gets the raw user-agent string for the device.
|
Methods
Name | Description | |
---|---|---|
GetCapability |
Gets the device capability by name.
|
See Also