Home
last modified time | relevance | path

Searched refs:scheduleLocalNotification (Results 1 – 25 of 25) 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
436 …[ABI48_0_0RCTSharedApplication() scheduleLocalNotification:[ABI48_0_0RCTConvert UILocalNotificatio…
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
436 …[ABI49_0_0RCTSharedApplication() scheduleLocalNotification:[ABI49_0_0RCTConvert UILocalNotificatio…
568 ABI49_0_0RCT_EXPORT_METHOD(scheduleLocalNotification : (ABI49_0_0JS::NativePushNotificationManagerI… 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
278 NotificationHelper.scheduleLocalNotification( in scheduleLocalNotificationWithChannel()
/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
278 NotificationHelper.scheduleLocalNotification( in scheduleLocalNotificationWithChannel()
/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
278 NotificationHelper.scheduleLocalNotification( in scheduleLocalNotificationWithChannel()
/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
278 NotificationHelper.scheduleLocalNotification( in scheduleLocalNotificationWithChannel()
/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
402 …[ABI47_0_0RCTSharedApplication() scheduleLocalNotification:[ABI47_0_0RCTConvert UILocalNotificatio…
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
233 [ABI49_0_0RCTSharedApplication() scheduleLocalNotification:localNotification];
/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
233 [ABI47_0_0RCTSharedApplication() scheduleLocalNotification:localNotification];
/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
233 [ABI48_0_0RCTSharedApplication() scheduleLocalNotification:localNotification];
/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
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/codegen/ios/ABI49_0_0FBReactNativeSpec/
H A DABI49_0_0FBReactNativeSpec-generated.mm1597 …turboModule).invokeObjCMethod(rt, VoidKind, "scheduleLocalNotification", @selector(scheduleLocalNo…
1664 …methodMap_["scheduleLocalNotification"] = MethodMetadata {1, __hostFunction_NativePushNotification…
1665 …setMethodArgConversionSelector(@"scheduleLocalNotification", 0, @"JS_NativePushNotificationManager…
H A DABI49_0_0FBReactNativeSpec.h1447 - (void)scheduleLocalNotification:(ABI49_0_0JS::NativePushNotificationManagerIOS::Notification &)no…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/codegen/ios/ABI47_0_0FBReactNativeSpec/
H A DABI47_0_0FBReactNativeSpec-generated.mm1747 …turboModule).invokeObjCMethod(rt, VoidKind, "scheduleLocalNotification", @selector(scheduleLocalNo…
1814 …methodMap_["scheduleLocalNotification"] = MethodMetadata {1, __hostFunction_NativePushNotification…
1815 …setMethodArgConversionSelector(@"scheduleLocalNotification", 0, @"JS_NativePushNotificationManager…
H A DABI47_0_0FBReactNativeSpec.h1582 - (void)scheduleLocalNotification:(ABI47_0_0JS::NativePushNotificationManagerIOS::Notification &)no…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/codegen/ios/ABI48_0_0FBReactNativeSpec/
H A DABI48_0_0FBReactNativeSpec-generated.mm1553 …turboModule).invokeObjCMethod(rt, VoidKind, "scheduleLocalNotification", @selector(scheduleLocalNo…
1620 …methodMap_["scheduleLocalNotification"] = MethodMetadata {1, __hostFunction_NativePushNotification…
1621 …setMethodArgConversionSelector(@"scheduleLocalNotification", 0, @"JS_NativePushNotificationManager…
H A DABI48_0_0FBReactNativeSpec.h1426 - (void)scheduleLocalNotification:(ABI48_0_0JS::NativePushNotificationManagerIOS::Notification &)no…
/expo/packages/expo-dev-client/android/src/androidTest/assets/
H A Dbundled_app.bundle380 …:"scheduleLocalNotification",value:function(t){(0,c.default)(u.default,'PushNotificationManager is…
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js412 ….default,'PushNotificationManager is not available.'),c.default.scheduleLocalNotification(t)}},{ke…
H A DEXDevMenuApp.android.js413 ….default,'PushNotificationManager is not available.'),c.default.scheduleLocalNotification(t)}},{ke…
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle413 …:"scheduleLocalNotification",value:function(t){(0,f.default)(c.default,'PushNotificationManager is…
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle414 …:"scheduleLocalNotification",value:function(t){(0,f.default)(c.default,'PushNotificationManager is…