UIKit.UIDevice: Property Members

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

Public Properties

[read-only]
BatteryLevelfloat. Battery level indicator.
[read-only]
static
BatteryLevelDidChangeNotificationFoundation.NSString. Notification constant for BatteryLevelDidChange
BatteryMonitoringEnabledbool. Controls battery monitoring. When set, you can receive battery level change events.
[read-only]
BatteryStateUIDeviceBatteryState. Current battery state if monitoring is enabled.
[read-only]
static
BatteryStateDidChangeNotificationFoundation.NSString. Notification constant for BatteryStateDidChange
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
CurrentDeviceUIDevice. Returns the UIDevice singleton instance.
[read-only]
GeneratesDeviceOrientationNotificationsbool. Determines whether device orientation notifications are posted.
[read-only]
IdentifierForVendorFoundation.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]
IsMultitaskingSupportedbool. Determines whether this version of iOS supports multitasking.
[read-only]
LocalizedModelstring. A localized string describing the current iOS device.
[read-only]
Modelstring. The device model, in English.
[read-only]
Namestring. The device name set by the user.
[read-only]
OrientationUIDeviceOrientation. Current device orientation.
[read-only]
static
OrientationDidChangeNotificationFoundation.NSString. Notification constant for OrientationDidChange
ProximityMonitoringEnabledbool. Whether the proximity sensor is available and enabled.
[read-only]
ProximityStatebool. Determines whether the device is close to the user.
[read-only]
static
ProximityStateDidChangeNotificationFoundation.NSString. Notification constant for ProximityStateDidChange
[read-only]
SystemNamestring. Operating system name on the device.
[read-only]
SystemVersionstring. Operating system version.
[read-only]
UserInterfaceIdiomUIUserInterfaceIdiom. Which kind of device the application is running (iPhone or iPad).