Click or drag to resize

IMobileDevice Interface

Represents the information on the features of a mobile device.

Namespace:  Ingeniux.Runtime.Mobile
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface IMobileDevice

The IMobileDevice type exposes the following members.

Properties
  NameDescription
Public propertyIsTablet
Checks whether the device is a tablet.
Public propertyMajorVersion
Gets the major version of the device.
Public propertyManufacturer
Gets the name of the device's manufacturer.
Public propertyMinorVersion
Gets the minor version of the device.
Public propertyModel
Gets the model of the device.
Public propertyScreenHeight
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.
Public propertyScreenWidth
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.
Public propertyUserAgent
Gets the raw user-agent string for the device.
Top
Methods
  NameDescription
Public methodGetCapability
Gets the device capability by name.
Top
See Also