CMPedometerData Class
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.
Holds data relating to walking and floor-climbing. Generated by CMPedometer.
[Foundation.Register("CMPedometerData", true)]
public class CMPedometerData : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("CMPedometerData", true)>]
type CMPedometerData = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CMPedometerData() |
Creates a new CMPedometerData with default values. |
| CMPedometerData(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| CMPedometerData(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| CMPedometerData(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AverageActivePace |
Gets the average pace of the user when the user is moving, in seconds per meter. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CurrentCadence |
The user's current cadence, in steps per second. |
| CurrentPace |
The user's current speed, in meters per second. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Distance |
The estimated distance, in meters, traveled by the user. |
| EndDate |
The ending time of the data interval. |
| ExposedBindings | (Inherited from NSObject) |
| FloorsAscended |
The number of floors walked up. |
| FloorsDescended |
The number of floors walked down. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| NumberOfSteps |
The number of steps taken. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| StartDate |
The beginning time of the data interval. |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |