Home
last modified time | relevance | path

Searched refs:watchStepCount (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-sensors/build/
H A DPedometer.d.ts19 export declare function watchStepCount(callback: PedometerUpdateCallback): Subscription; function
H A DPedometer.js13 export function watchStepCount(callback) { function
H A DPedometer.js.map1 …en you would like to unsubscribe the listener.\n */\nexport function watchStepCount(callback: Pedo…
/expo/packages/expo-sensors/src/
H A DPedometer.ts35 export function watchStepCount(callback: PedometerUpdateCallback): Subscription { function
/expo/docs/pages/versions/unversioned/sdk/
H A Dpedometer.mdx50 return Pedometer.watchStepCount(result => {
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dpedometer.mdx50 return Pedometer.watchStepCount(result => {
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dpedometer.mdx50 return Pedometer.watchStepCount(result => {
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dpedometer.mdx50 return Pedometer.watchStepCount(result => {
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dpedometer.mdx50 return Pedometer.watchStepCount(result => {
/expo/apps/native-component-list/src/screens/
H A DPedometerScreen.tsx22 listener.current = Pedometer.watchStepCount(setData);
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/
H A DPedometerModule.java142 public void watchStepCount() { in watchStepCount() method in PedometerModule
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/
H A DPedometerModule.java142 public void watchStepCount() { in watchStepCount() method in PedometerModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/
H A DPedometerModule.java142 public void watchStepCount() { in watchStepCount() method in PedometerModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/
H A DPedometerModule.java142 public void watchStepCount() { in watchStepCount() method in PedometerModule
/expo/packages/expo-sensors/
H A DCHANGELOG.md161 - Replaced `Pedometer.watchStepCount()` return type (`PedometerListener`) with an unified Unimodule…
/expo/docs/components/plugins/__snapshots__/
H A DAPISection.test.tsx.snap10523 watchStepCount(callback)