Contents

isActivityAvailable()

Returns a Boolean indicating whether motion data is available on the current device.

Declaration

class func isActivityAvailable() -> Bool

Return Value

true if motion data is available or false if it is not.

Discussion

Motion data is not available on all iOS devices. Use this method to determine if support is available on the current device.

See Also

Determining Activity Availability