Home
last modified time | relevance | path

Searched defs:addListener (Results 1 – 25 of 100) sorted by relevance

1234

/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/
H A DDevLauncherLifecycle.kt20 fun addListener(listener: DevLauncherDelegateWillBeCreated) { in addListener() method in expo.modules.devlauncher.launcher.DevLauncherLifecycle
/expo/packages/expo-updates/build/
H A DUpdatesEmitter.d.ts13 export declare function addListener(listener: (event: UpdateEvent) => void): EventSubscription; function
/expo/packages/expo-modules-core/build/
H A DEventEmitter.js14 …nativeModule.addListener = (...args) => NativeModules.EXReactNativeEventEmitter.addProxiedListener… function
20 addListener(eventName, listener) { method in EventEmitter
/expo/packages/@expo/metro-runtime/src/async-require/
H A DfetchAsync.native.ts25 const addListener = Networking.addListener as ( constant
/expo/packages/expo-sensors/src/
H A DGyroscope.ts50 addListener(listener: Listener<GyroscopeMeasurement>): Subscription { method in GyroscopeSensor
H A DAccelerometer.ts52 addListener(listener: Listener<AccelerometerMeasurement>): Subscription { method in AccelerometerSensor
H A DBarometer.ts47 addListener(listener: Listener<BarometerMeasurement>): Subscription { method in BarometerSensor
H A DMagnetometer.ts43 addListener(listener: Listener<MagnetometerMeasurement>): Subscription { method in MagnetometerSensor
H A DLightSensor.ts35 addListener(listener: Listener<LightSensorMeasurement>): Subscription { method in LightSensor
/expo/packages/expo-sensors/build/
H A DGyroscope.js29 addListener(listener) { method in GyroscopeSensor
H A DAccelerometer.js29 addListener(listener) { method in AccelerometerSensor
H A DBarometer.js29 addListener(listener) { method in BarometerSensor
H A DLightSensor.js25 addListener(listener) { method in LightSensor
H A DMagnetometer.js22 addListener(listener) { method in MagnetometerSensor
H A DExpoLightSensor.ios.d.ts6 addListener(): void; constant
H A DDeviceMotion.js40 addListener(listener) { method in DeviceMotionSensor
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/EventEmitter/
H A DRCTDeviceEventEmitter.d.ts23 addListener( method
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/EventEmitter/
H A DRCTDeviceEventEmitter.d.ts22 addListener( method
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/tokens/interfaces/
H A DPushTokenManager.java13 void addListener(PushTokenListener listener); in addListener() method
/expo/packages/expo-sensors/src/__tests__/mocks/
H A DMockNativeSensorModule.ts2 addListener = jest.fn(async () => {}); property in MockNativeSensorModule
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/interfaces/
H A DNotificationManager.java13 void addListener(NotificationListener listener); in addListener() method
/expo/packages/expo/build/environment/
H A DDevLoadingViewNativeModule.js5 addListener() { }, method
/expo/packages/expo-task-manager/build/
H A DExpoTaskManager.web.d.ts4 addListener(): void; constant
/expo/packages/expo-notifications/build/
H A DBadgeModule.web.js3 addListener: () => { }, method
/expo/packages/expo-updates/src/
H A DUpdatesEmitter.ts60 export function addListener(listener: (event: UpdateEvent) => void): EventSubscription { function

1234