I know how we can take laps and all that with DataField by using methods like OnTimerLap() and others.
How do we do so in a WatchApp?
In a watch app, the app controls when laps occur by doing an addLap() call, so the app know, and can put up a lap screen, etc.
For something like auto laps, the app just triggers the addLap() at the proper time, and for manual laps, they are triggered based on an input delegate.