CMMotionManager.StartDeviceMotionUpdates Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StartDeviceMotionUpdates(CMAttitudeReferenceFrame, NSOperationQueue, CMDeviceMotionHandler) |
Requests that the device begin delivering device-motion data updates. |
StartDeviceMotionUpdates(NSOperationQueue, CMDeviceMotionHandler) |
Requests that the device begin delivering device-motion data updates. |
StartDeviceMotionUpdates() |
Requests that the device begin delivering device-motion data updates. |
StartDeviceMotionUpdates(CMAttitudeReferenceFrame) |
Requests that the device begin delivering device-motion data updates, using |
StartDeviceMotionUpdates(CMAttitudeReferenceFrame, NSOperationQueue, CMDeviceMotionHandler)
Requests that the device begin delivering device-motion data updates.
[Foundation.Export("startDeviceMotionUpdatesUsingReferenceFrame:toQueue:withHandler:")]
public virtual void StartDeviceMotionUpdates (CoreMotion.CMAttitudeReferenceFrame referenceFrame, Foundation.NSOperationQueue queue, CoreMotion.CMDeviceMotionHandler handler);
abstract member StartDeviceMotionUpdates : CoreMotion.CMAttitudeReferenceFrame * Foundation.NSOperationQueue * CoreMotion.CMDeviceMotionHandler -> unit
override this.StartDeviceMotionUpdates : CoreMotion.CMAttitudeReferenceFrame * Foundation.NSOperationQueue * CoreMotion.CMDeviceMotionHandler -> unit
Parameters
- referenceFrame
- CMAttitudeReferenceFrame
- queue
- NSOperationQueue
- handler
- CMDeviceMotionHandler
- Attributes
Applies to
StartDeviceMotionUpdates(NSOperationQueue, CMDeviceMotionHandler)
Requests that the device begin delivering device-motion data updates.
[Foundation.Export("startDeviceMotionUpdatesToQueue:withHandler:")]
public virtual void StartDeviceMotionUpdates (Foundation.NSOperationQueue toQueue, CoreMotion.CMDeviceMotionHandler handler);
abstract member StartDeviceMotionUpdates : Foundation.NSOperationQueue * CoreMotion.CMDeviceMotionHandler -> unit
override this.StartDeviceMotionUpdates : Foundation.NSOperationQueue * CoreMotion.CMDeviceMotionHandler -> unit
Parameters
- toQueue
- NSOperationQueue
- handler
- CMDeviceMotionHandler
- Attributes
Applies to
StartDeviceMotionUpdates()
Requests that the device begin delivering device-motion data updates.
[Foundation.Export("startDeviceMotionUpdates")]
public virtual void StartDeviceMotionUpdates ();
abstract member StartDeviceMotionUpdates : unit -> unit
override this.StartDeviceMotionUpdates : unit -> unit
- Attributes
Applies to
StartDeviceMotionUpdates(CMAttitudeReferenceFrame)
Requests that the device begin delivering device-motion data updates, using referenceFrame
.
[Foundation.Export("startDeviceMotionUpdatesUsingReferenceFrame:")]
public virtual void StartDeviceMotionUpdates (CoreMotion.CMAttitudeReferenceFrame referenceFrame);
abstract member StartDeviceMotionUpdates : CoreMotion.CMAttitudeReferenceFrame -> unit
override this.StartDeviceMotionUpdates : CoreMotion.CMAttitudeReferenceFrame -> unit
Parameters
- referenceFrame
- CMAttitudeReferenceFrame
- Attributes