CMPedometer.StartPedometerUpdates 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.
Requests that the pedometer begin sending periodic updates to the app.
[Foundation.Export("startPedometerUpdatesFromDate:withHandler:")]
public virtual void StartPedometerUpdates (Foundation.NSDate start, Action<CoreMotion.CMPedometerData,Foundation.NSError> handler);
abstract member StartPedometerUpdates : Foundation.NSDate * Action<CoreMotion.CMPedometerData, Foundation.NSError> -> unit
override this.StartPedometerUpdates : Foundation.NSDate * Action<CoreMotion.CMPedometerData, Foundation.NSError> -> unit
Parameters
- start
- NSDate
- handler
- Action<CMPedometerData,NSError>
- Attributes