Home
last modified time | relevance | path

Searched defs:scheduleLocalNotification (Results 1 – 14 of 14) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/PushNotificationIOS/
H A DPushNotificationIOS.d.ts136 scheduleLocalNotification(details: ScheduleLocalNotificationDetails): void; method
H A DABI48_0_0RCTPushNotificationManager.mm415 ABI48_0_0RCT_EXPORT_METHOD(scheduleLocalNotification : (ABI48_0_0JS::NativePushNotificationManagerI… category
568 ABI48_0_0RCT_EXPORT_METHOD(scheduleLocalNotification : (ABI48_0_0JS::NativePushNotificationManagerI… category
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/PushNotificationIOS/
H A DPushNotificationIOS.d.ts136 scheduleLocalNotification(details: ScheduleLocalNotificationDetails): void; method
H A DABI49_0_0RCTPushNotificationManager.mm415 ABI49_0_0RCT_EXPORT_METHOD(scheduleLocalNotification : (ABI49_0_0JS::NativePushNotificationManagerI… category
568 ABI49_0_0RCT_EXPORT_METHOD(scheduleLocalNotification : (ABI49_0_0JS::NativePushNotificationManagerI… category
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/PushNotificationIOS/
H A DABI47_0_0RCTPushNotificationManager.mm381 ABI47_0_0RCT_EXPORT_METHOD(scheduleLocalNotification:(ABI47_0_0JS::NativePushNotificationManagerIOS… category
532 ABI47_0_0RCT_EXPORT_METHOD(scheduleLocalNotification:(ABI47_0_0JS::NativePushNotificationManagerIOS… category
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/
H A DABI49_0_0EXNotifications.m178 ABI49_0_0RCT_EXPORT_METHOD(scheduleLocalNotification:(NSDictionary *)payload category
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/
H A DABI47_0_0EXNotifications.m178 ABI47_0_0RCT_EXPORT_METHOD(scheduleLocalNotification:(NSDictionary *)payload category
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/
H A DABI48_0_0EXNotifications.m178 ABI48_0_0RCT_EXPORT_METHOD(scheduleLocalNotification:(NSDictionary *)payload category
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java252 …public void scheduleLocalNotification(final ReadableMap data, final ReadableMap options, final Pro… in scheduleLocalNotification() method in NotificationsModule
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java252 …public void scheduleLocalNotification(final ReadableMap data, final ReadableMap options, final Pro… in scheduleLocalNotification() method in NotificationsModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java252 …public void scheduleLocalNotification(final ReadableMap data, final ReadableMap options, final Pro… in scheduleLocalNotification() method in NotificationsModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java252 …public void scheduleLocalNotification(final ReadableMap data, final ReadableMap options, final Pro… in scheduleLocalNotification() method in NotificationsModule
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt561 @JvmStatic fun scheduleLocalNotification( in scheduleLocalNotification() method
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js85 scheduleLocalNotification: { type: 'function', functionType: 'promise' }, property