Class CMStepCounter

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class CMStepCounter
extends NSObject
Deprecated.
Deprecated in iOS 8.0. Use CMPedometer instead
  • Constructor Details

    • CMStepCounter

      public CMStepCounter()
      Deprecated.
    • CMStepCounter

      protected CMStepCounter​(NSObject.Handle h, long handle)
      Deprecated.
    • CMStepCounter

      protected CMStepCounter​(NSObject.SkipInit skipInit)
      Deprecated.
  • Method Details

    • queryStepCount

      public void queryStepCount​(NSDate start, NSDate end, NSOperationQueue queue, VoidBlock2<Long,​NSError> handler)
      Deprecated.
    • startStepCountingUpdates

      public void startStepCountingUpdates​(NSOperationQueue queue, long stepCounts, VoidBlock3<Long,​NSDate,​NSError> handler)
      Deprecated.
    • stopStepCountingUpdates

      public void stopStepCountingUpdates()
      Deprecated.
    • isStepCountingAvailable

      public static boolean isStepCountingAvailable()
      Deprecated.