| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/schedulers/ |
| H A D | SchedulerImpl.kt | 23 val notificationId = schedulerModel.notificationId in schedule() constant 27 manager.schedule(experienceKey, notificationId, details, nextAppearanceTime, null) in schedule() 40 val notificationId = schedulerModel.notificationId in cancel() constant 41 manager.cancel(experienceKey, notificationId) in cancel()
|
| H A D | SchedulerModel.kt | 10 val notificationId: Int constant
|
| H A D | IntervalSchedulerModel.kt | 19 @Column override var notificationId = 0 variable in host.exp.exponent.notifications.schedulers.IntervalSchedulerModel
|
| H A D | CalendarSchedulerModel.kt | 22 @Column override var notificationId = 0 variable in host.exp.exponent.notifications.schedulers.CalendarSchedulerModel
|
| /expo/packages/expo-notifications/src/ |
| H A D | NotificationsHandler.ts | 11 constructor(notificationId: string, notification: Notification) { 12 super('ERR_NOTIFICATION_TIMEOUT', `Notification handling timed out for ID ${notificationId}.`); 13 this.info = { id: notificationId, notification }; 31 handleSuccess?: (notificationId: string) => void; 37 handleError?: (notificationId: string, error: NotificationHandlingError) => void;
|
| H A D | NotificationsHandlerModule.types.ts | 7 notificationId: string,
|
| /expo/packages/expo-notifications/build/ |
| H A D | NotificationsHandler.d.ts | 11 constructor(notificationId: string, notification: Notification); 25 handleSuccess?: (notificationId: string) => void; 31 handleError?: (notificationId: string, error: NotificationHandlingError) => void;
|
| H A D | NotificationsHandler.js | 8 constructor(notificationId, notification) { argument 9 … super('ERR_NOTIFICATION_TIMEOUT', `Notification handling timed out for ID ${notificationId}.`); 10 this.info = { id: notificationId, notification };
|
| H A D | NotificationsHandlerModule.types.d.ts | 4 …handleNotificationAsync?: (notificationId: string, notificationBehavior: NotificationBehavior) => …
|
| H A D | NotificationsHandler.js.map | 1 …notificationId: string, notification: Notification) {\n super('ERR_NOTIFICATION_TIMEOUT', `Noti…
|
| H A D | NotificationsHandlerModule.types.js.map | 1 …dule extends ProxyNativeModule {\n handleNotificationAsync?: (\n notificationId: string,\n …
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ReceivedNotificationEvent.kt | 7 notificationId: Int, 10 ) : ExponentNotification(experienceScopeKey, body, notificationId, isMultiple, isRemote)
|
| H A D | ExponentNotification.kt | 13 val notificationId: Int, constant in host.exp.exponent.notifications.ExponentNotification 33 put(NotificationConstants.NOTIFICATION_ID_KEY, notificationId) in toJSONObject() 49 call("putInt", NotificationConstants.NOTIFICATION_ID_KEY, notificationId) in toWriteableMap()
|
| H A D | ScheduledNotificationReceiver.kt | 22 val notificationId = bundle.getInt(KernelConstants.NOTIFICATION_ID_KEY, 0) in onReceive() constant 29 notificationId, in onReceive()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 233 int notificationId = new Random().nextInt(); in presentLocalNotificationWithChannel() local 237 notificationId, in presentLocalNotificationWithChannel() local 271 int notificationId = new Random().nextInt(); in scheduleLocalNotificationWithChannel() local 280 notificationId, in scheduleLocalNotificationWithChannel() local 296 public void dismissNotification(final int notificationId, final Promise promise) { in dismissNotification() argument 298 manager.cancel(mExperienceKey, notificationId); in dismissNotification() 313 manager.cancelScheduled(mExperienceKey, notificationId); in cancelScheduledNotificationAsync() 351 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithTimer() local 365 intervalSchedulerModel.setNotificationId(notificationId); in scheduleNotificationWithTimer() 389 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithCalendar() local [all …]
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 233 int notificationId = new Random().nextInt(); in presentLocalNotificationWithChannel() local 237 notificationId, in presentLocalNotificationWithChannel() local 271 int notificationId = new Random().nextInt(); in scheduleLocalNotificationWithChannel() local 280 notificationId, in scheduleLocalNotificationWithChannel() local 296 public void dismissNotification(final int notificationId, final Promise promise) { in dismissNotification() argument 298 manager.cancel(mExperienceKey, notificationId); in dismissNotification() 313 manager.cancelScheduled(mExperienceKey, notificationId); in cancelScheduledNotificationAsync() 351 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithTimer() local 365 intervalSchedulerModel.setNotificationId(notificationId); in scheduleNotificationWithTimer() 389 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithCalendar() local [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 233 int notificationId = new Random().nextInt(); in presentLocalNotificationWithChannel() local 237 notificationId, in presentLocalNotificationWithChannel() local 271 int notificationId = new Random().nextInt(); in scheduleLocalNotificationWithChannel() local 280 notificationId, in scheduleLocalNotificationWithChannel() local 296 public void dismissNotification(final int notificationId, final Promise promise) { in dismissNotification() argument 298 manager.cancel(mExperienceKey, notificationId); in dismissNotification() 313 manager.cancelScheduled(mExperienceKey, notificationId); in cancelScheduledNotificationAsync() 351 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithTimer() local 365 intervalSchedulerModel.setNotificationId(notificationId); in scheduleNotificationWithTimer() 389 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithCalendar() local [all …]
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 233 int notificationId = new Random().nextInt(); in presentLocalNotificationWithChannel() local 237 notificationId, in presentLocalNotificationWithChannel() local 271 int notificationId = new Random().nextInt(); in scheduleLocalNotificationWithChannel() local 280 notificationId, in scheduleLocalNotificationWithChannel() local 296 public void dismissNotification(final int notificationId, final Promise promise) { in dismissNotification() argument 298 manager.cancel(mExperienceKey, notificationId); in dismissNotification() 313 manager.cancelScheduled(mExperienceKey, notificationId); in cancelScheduledNotificationAsync() 351 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithTimer() local 365 intervalSchedulerModel.setNotificationId(notificationId); in scheduleNotificationWithTimer() 389 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithCalendar() local [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/PushNotificationIOS/ |
| H A D | ABI47_0_0RCTPushNotificationManager.mm | 229 NSString *notificationId = [[NSUUID UUID] UUIDString]; 230 remoteNotification[@"notificationId"] = notificationId; 237 self.remoteNotificationCallbacks[notificationId] = completionHandler; 259 ABI47_0_0RCT_EXPORT_METHOD(onFinishRemoteNotification:(NSString *)notificationId fetchResult:(NSStr… 261 …RCTRemoteNotificationCallback completionHandler = self.remoteNotificationCallbacks[notificationId]; 263 … ABI47_0_0RCTLogError(@"There is no completion handler with notification id: %@", notificationId); 267 [self.remoteNotificationCallbacks removeObjectForKey:notificationId]; 495 ABI47_0_0RCT_EXPORT_METHOD(onFinishRemoteNotification:(NSString *)notificationId fetchResult:(NSStr…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/PushNotificationIOS/ |
| H A D | ABI48_0_0RCTPushNotificationManager.mm | 237 NSString *notificationId = [[NSUUID UUID] UUIDString]; 238 remoteNotification[@"notificationId"] = notificationId; 245 self.remoteNotificationCallbacks[notificationId] = completionHandler; 267 ABI48_0_0RCT_EXPORT_METHOD(onFinishRemoteNotification : (NSString *)notificationId fetchResult : (N… 270 …RCTRemoteNotificationCallback completionHandler = self.remoteNotificationCallbacks[notificationId]; 272 … ABI48_0_0RCTLogError(@"There is no completion handler with notification id: %@", notificationId); 276 [self.remoteNotificationCallbacks removeObjectForKey:notificationId]; 530 ABI48_0_0RCT_EXPORT_METHOD(onFinishRemoteNotification : (NSString *)notificationId fetchResult : (N…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/PushNotificationIOS/ |
| H A D | ABI49_0_0RCTPushNotificationManager.mm | 237 NSString *notificationId = [[NSUUID UUID] UUIDString]; 238 remoteNotification[@"notificationId"] = notificationId; 245 self.remoteNotificationCallbacks[notificationId] = completionHandler; 267 ABI49_0_0RCT_EXPORT_METHOD(onFinishRemoteNotification : (NSString *)notificationId fetchResult : (N… 270 …RCTRemoteNotificationCallback completionHandler = self.remoteNotificationCallbacks[notificationId]; 272 … ABI49_0_0RCTLogError(@"There is no completion handler with notification id: %@", notificationId); 276 [self.remoteNotificationCallbacks removeObjectForKey:notificationId]; 530 ABI49_0_0RCT_EXPORT_METHOD(onFinishRemoteNotification : (NSString *)notificationId fetchResult : (N…
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | NotificationScreen.tsx | 297 const notificationId = await Notifications.scheduleNotificationAsync({ 307 await Notifications.cancelScheduledNotificationAsync(notificationId);
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 827 handleSuccess: (notificationId) => { 828 notificationStatuses[notificationId] = true;
|
| /expo/android/expoview/src/main/java/host/exp/exponent/kernel/ |
| H A D | Kernel.kt | 476 manager.cancel(experienceKey, exponentNotification.notificationId) in <lambda>()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/codegen/ios/ABI47_0_0FBReactNativeSpec/ |
| H A D | ABI47_0_0FBReactNativeSpec.h | 1572 - (void)onFinishRemoteNotification:(NSString *)notificationId
|