Contents

CMMotionActivityHandler

A block that reports the current motion associated with the device.

Declaration

typealias CMMotionActivityHandler = (CMMotionActivity?) -> Void

Discussion

This block takes the following parameter:

activity

The motion activity object that defines the current type of motion for the device.

See Also

Starting and Stopping Activity Updates