CMHeadphoneMotionManager.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
| Name | Description |
|---|---|
| StartDeviceMotionUpdates() | |
| StartDeviceMotionUpdates(NSOperationQueue, CMHeadphoneDeviceMotionHandler) |
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
- queue
- NSOperationQueue
- handler
- CMHeadphoneDeviceMotionHandler
- Attributes