The members of UIKit.UIDevice are listed below.
See Also: Inherited members from Foundation.NSObject
UIDevice() | Default constructor that initializes a new instance of this class with no parameters. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [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). |
BeginGeneratingDeviceOrientationNotifications()Initiates posting device orientation notification events. | ||
CheckSystemVersion(int, int)Whether the system version is greater than or equal to the specified major and minor values. | ||
EndGeneratingDeviceOrientationNotifications()Stops posting device orientation notification events. | ||
PlayInputClick()Plays the system "click" event in response to user taps. | ||