# CoreMotionStepCountingDataWithSuccess

Dictionary passed to the callback of the startStepCountingUpdates method.

Availability
3.3.0

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# code READONLY

Availability
3.3.0
code :Number

An error code describing the error if there was one.

See ERROR constants for possible values.


# error READONLY

Availability
3.3.0
error :String

An error message describing the error if there was one.


# numberOfSteps READONLY

Availability
3.3.0
numberOfSteps :Number

The total number of steps since the startStepCountingUpdates method was called.


# success READONLY

Availability
3.3.0
success :Boolean

A Boolean indicating if the operation was successful or not.


# timestamp READONLY

Availability
3.3.0
timestamp :Date

The time at which the current step count was reported.