CoreMotionActivityQueryDataWithSuccess
> CoreMotionActivityQueryDataWithSuccess

Dictionary passed to the callback of the MotionActivity.queryActivity() method.

  • 3.3.0
  • 3.3.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

An array of CoreMotionActivity objects indicating the updates that occurred.

An array of CoreMotionActivity objects indicating the updates that occurred.

The objects in the array are ordered by the time at which they occurred in the specified time interval. Use the startDate property in each motion object to determine when the update occurred.

CoreMotionActivityQueryDataWithSuccess
code : Numberreadonly

An error code describing the error if there was one.

An error code describing the error if there was one.

See ERROR constants for possible values.

CoreMotionActivityQueryDataWithSuccess
error : Stringreadonly

An error message describing the error if there was one.

An error message describing the error if there was one.

CoreMotionActivityQueryDataWithSuccess
success : Booleanreadonly

A Boolean indicating if the operation was successful or not.

A Boolean indicating if the operation was successful or not.