CMMotionManager.StartMagnetometerUpdates Method

Definition

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

Attributes

Applies to