CMMotionManager.StartMagnetometerUpdates 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
StartMagnetometerUpdates() |
Requests that the magnetometer begin delivering data updates. |
StartMagnetometerUpdates(NSOperationQueue, CMMagnetometerHandler) |
Requests that the gyroscope begin delivering data updates. |
StartMagnetometerUpdates()
Requests that the magnetometer begin delivering data updates.
[Foundation.Export("startMagnetometerUpdates")]
public virtual void StartMagnetometerUpdates ();
abstract member StartMagnetometerUpdates : unit -> unit
override this.StartMagnetometerUpdates : unit -> unit
- Attributes
Applies to
StartMagnetometerUpdates(NSOperationQueue, CMMagnetometerHandler)
Requests that the gyroscope begin delivering data updates.
[Foundation.Export("startMagnetometerUpdatesToQueue:withHandler:")]
public virtual void StartMagnetometerUpdates (Foundation.NSOperationQueue queue, CoreMotion.CMMagnetometerHandler handler);
abstract member StartMagnetometerUpdates : Foundation.NSOperationQueue * CoreMotion.CMMagnetometerHandler -> unit
override this.StartMagnetometerUpdates : Foundation.NSOperationQueue * CoreMotion.CMMagnetometerHandler -> unit
Parameters
- queue
- NSOperationQueue
- handler
- CMMagnetometerHandler
- Attributes