Searched refs:watchStepCount (Results 1 – 16 of 16) sorted by relevance
19 export declare function watchStepCount(callback: PedometerUpdateCallback): Subscription; function
13 export function watchStepCount(callback) { function
1 …en you would like to unsubscribe the listener.\n */\nexport function watchStepCount(callback: Pedo…
35 export function watchStepCount(callback: PedometerUpdateCallback): Subscription { function
50 return Pedometer.watchStepCount(result => {
22 listener.current = Pedometer.watchStepCount(setData);
142 public void watchStepCount() { in watchStepCount() method in PedometerModule
161 - Replaced `Pedometer.watchStepCount()` return type (`PedometerListener`) with an unified Unimodule…
10523 watchStepCount(callback)