Share via


CMHeadphoneMotionManager.StartDeviceMotionUpdates Method

Definition

Overloads

StartDeviceMotionUpdates()

[Foundation.Export("startDeviceMotionUpdates")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StartDeviceMotionUpdates();
[<Foundation.Export("startDeviceMotionUpdates")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartDeviceMotionUpdates : unit -> unit
override this.StartDeviceMotionUpdates : unit -> unit
Attributes

Applies to

StartDeviceMotionUpdates(NSOperationQueue, CMHeadphoneDeviceMotionHandler)

[Foundation.Export("startDeviceMotionUpdatesToQueue:withHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StartDeviceMotionUpdates(Foundation.NSOperationQueue queue, CoreMotion.CMHeadphoneDeviceMotionHandler handler);
[<Foundation.Export("startDeviceMotionUpdatesToQueue:withHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartDeviceMotionUpdates : Foundation.NSOperationQueue * CoreMotion.CMHeadphoneDeviceMotionHandler -> unit
override this.StartDeviceMotionUpdates : Foundation.NSOperationQueue * CoreMotion.CMHeadphoneDeviceMotionHandler -> unit

Parameters

Attributes

Applies to