Home
last modified time | relevance | path

Searched refs:notificationId (Results 1 – 25 of 35) sorted by relevance

12

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/schedulers/
H A DSchedulerImpl.kt23 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 DSchedulerModel.kt10 val notificationId: Int constant
H A DIntervalSchedulerModel.kt19 @Column override var notificationId = 0 variable in host.exp.exponent.notifications.schedulers.IntervalSchedulerModel
H A DCalendarSchedulerModel.kt22 @Column override var notificationId = 0 variable in host.exp.exponent.notifications.schedulers.CalendarSchedulerModel
/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts11 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 DNotificationsHandlerModule.types.ts7 notificationId: string,
/expo/packages/expo-notifications/build/
H A DNotificationsHandler.d.ts11 constructor(notificationId: string, notification: Notification);
25 handleSuccess?: (notificationId: string) => void;
31 handleError?: (notificationId: string, error: NotificationHandlingError) => void;
H A DNotificationsHandler.js8 constructor(notificationId, notification) { argument
9 … super('ERR_NOTIFICATION_TIMEOUT', `Notification handling timed out for ID ${notificationId}.`);
10 this.info = { id: notificationId, notification };
H A DNotificationsHandlerModule.types.d.ts4 …handleNotificationAsync?: (notificationId: string, notificationBehavior: NotificationBehavior) => …
H A DNotificationsHandler.js.map1notificationId: string, notification: Notification) {\n super('ERR_NOTIFICATION_TIMEOUT', `Noti…
H A DNotificationsHandlerModule.types.js.map1 …dule extends ProxyNativeModule {\n handleNotificationAsync?: (\n notificationId: string,\n …
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DReceivedNotificationEvent.kt7 notificationId: Int,
10 ) : ExponentNotification(experienceScopeKey, body, notificationId, isMultiple, isRemote)
H A DExponentNotification.kt13 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 DScheduledNotificationReceiver.kt22 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 DNotificationsModule.java233 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 DNotificationsModule.java233 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 DNotificationsModule.java233 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 DNotificationsModule.java233 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 DABI47_0_0RCTPushNotificationManager.mm229 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 DABI48_0_0RCTPushNotificationManager.mm237 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 DABI49_0_0RCTPushNotificationManager.mm237 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 DNotificationScreen.tsx297 const notificationId = await Notifications.scheduleNotificationAsync({
307 await Notifications.cancelScheduledNotificationAsync(notificationId);
/expo/apps/test-suite/tests/
H A DNotifications.js827 handleSuccess: (notificationId) => {
828 notificationStatuses[notificationId] = true;
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt476 manager.cancel(experienceKey, exponentNotification.notificationId) in <lambda>()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/codegen/ios/ABI47_0_0FBReactNativeSpec/
H A DABI47_0_0FBReactNativeSpec.h1572 - (void)onFinishRemoteNotification:(NSString *)notificationId

12