Home
last modified time | relevance | path

Searched refs:handleNotificationAsync (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-notifications/build/
H A DNotificationsHandler.js56 if (!NotificationsHandlerModule.handleNotificationAsync) {
62 await NotificationsHandlerModule.handleNotificationAsync(id, behavior);
H A DNotificationsHandlerModule.types.d.ts4handleNotificationAsync?: (notificationId: string, notificationBehavior: NotificationBehavior) => … property
H A DNotificationsHandlerModule.types.js.map1 …erface NotificationsHandlerModule extends ProxyNativeModule {\n handleNotificationAsync?: (\n …
H A DNotificationsHandler.js.map1handleNotificationAsync) {\n handler.handleError?.(\n id,\n new Una…
/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts96 if (!NotificationsHandlerModule.handleNotificationAsync) {
106 await NotificationsHandlerModule.handleNotificationAsync(id, behavior);
H A DNotificationsHandlerModule.types.ts6 handleNotificationAsync?: ( property
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.kt81 AsyncFunction("handleNotificationAsync", this@NotificationsHandler::handleNotificationAsync) in <lambda>()
93 …private fun handleNotificationAsync(identifier: String, behavior: NotificationBehaviourRecord, pro… in handleNotificationAsync() method
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Handler/
H A DEXNotificationsHandlerModule.m36 EX_EXPORT_METHOD_AS(handleNotificationAsync,
37handleNotificationAsync:(NSString *)identifier withBehavior:(NSDictionary *)behavior resolver:(EXP…
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Handler/
H A DABI47_0_0EXNotificationsHandlerModule.m36 ABI47_0_0EX_EXPORT_METHOD_AS(handleNotificationAsync,
37handleNotificationAsync:(NSString *)identifier withBehavior:(NSDictionary *)behavior resolver:(ABI…
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Handler/
H A DABI49_0_0EXNotificationsHandlerModule.m36 ABI49_0_0EX_EXPORT_METHOD_AS(handleNotificationAsync,
37handleNotificationAsync:(NSString *)identifier withBehavior:(NSDictionary *)behavior resolver:(ABI…
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Handler/
H A DABI48_0_0EXNotificationsHandlerModule.m36 ABI48_0_0EX_EXPORT_METHOD_AS(handleNotificationAsync,
37handleNotificationAsync:(NSString *)identifier withBehavior:(NSDictionary *)behavior resolver:(ABI…
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java100 …public void handleNotificationAsync(String identifier, final ReadableArguments behavior, Promise p… in handleNotificationAsync() method in NotificationsHandler
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java100 …public void handleNotificationAsync(String identifier, final ReadableArguments behavior, Promise p… in handleNotificationAsync() method in NotificationsHandler
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java100 …public void handleNotificationAsync(String identifier, final ReadableArguments behavior, Promise p… in handleNotificationAsync() method in NotificationsHandler