Event
public enum Event
Encapsulates updates to and queries about the walking data.
-
The historic walking data query has completed.
Declaration
Swift
case didQuery(PedometerMonitor.Info)
-
The live walking data has been updated.
Declaration
Swift
case didUpdate(PedometerMonitor.Info)