The properties of UIKit.UIDevice are listed below. For a list of all members, see the UIDevice Members list.
See Also: Inherited members from Foundation.NSObject
| [read-only] | BatteryLevel | float. Battery level indicator. |
| [read-only] static | BatteryLevelDidChangeNotification | Foundation.NSString. Notification constant for BatteryLevelDidChange |
| BatteryMonitoringEnabled | bool. Controls battery monitoring. When set, you can receive battery level change events. | |
| [read-only] | BatteryState | UIDeviceBatteryState. Current battery state if monitoring is enabled. |
| [read-only] static | BatteryStateDidChangeNotification | Foundation.NSString. Notification constant for BatteryStateDidChange |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | CurrentDevice | UIDevice. Returns the UIDevice singleton instance. |
| [read-only] | GeneratesDeviceOrientationNotifications | bool. Determines whether device orientation notifications are posted. |
| [read-only] | IdentifierForVendor | Foundation.NSUuid. An identifier, unique to the device, based on the App Store vendor or, if not from the App Store, the bundle identifier. |
| [read-only] | IsMultitaskingSupported | bool. Determines whether this version of iOS supports multitasking. |
| [read-only] | LocalizedModel | string. A localized string describing the current iOS device. |
| [read-only] | Model | string. The device model, in English. |
| [read-only] | Name | string. The device name set by the user. |
| [read-only] | Orientation | UIDeviceOrientation. Current device orientation. |
| [read-only] static | OrientationDidChangeNotification | Foundation.NSString. Notification constant for OrientationDidChange |
| ProximityMonitoringEnabled | bool. Whether the proximity sensor is available and enabled. | |
| [read-only] | ProximityState | bool. Determines whether the device is close to the user. |
| [read-only] static | ProximityStateDidChangeNotification | Foundation.NSString. Notification constant for ProximityStateDidChange |
| [read-only] | SystemName | string. Operating system name on the device. |
| [read-only] | SystemVersion | string. Operating system version. |
| [read-only] | UserInterfaceIdiom | UIUserInterfaceIdiom. Which kind of device the application is running (iPhone or iPad). |