Click or drag to resize

IMobileDeviceGetCapability Method

Gets the device capability by name.

Namespace:  Ingeniux.Runtime.Mobile
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
string GetCapability(
	string capabilityName
)

Parameters

capabilityName
Type: SystemString
Name of capability

Return Value

Type: String
Value of the capability, e.g. screen width
Examples
screenPixelsWidth
See Also