UIKit.UIAccelerometer Members

The members of UIKit.UIAccelerometer are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIUIAccelerometerDelegate. An instance of the UIKit.UIAccelerometerDelegate model class which acts as the class delegate.
[read-only]
static
SharedAccelerometerUIAccelerometer. The singleton instance of the UIAccelerometer.
UpdateIntervaldouble. The inerval, in seconds, between acceleration data events.|The interval, in seconds, between acceleration data events. Subject to hardwar
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIAccelerometer object.

Public Events

AccelerationThis event is raised when a new acceleration event is ready.