Home
last modified time | relevance | path

Searched refs:notificationScopeKey (Results 1 – 5 of 5) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI47_0_0EXScopedNotificationsUtils.m9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"];
10 if (!notificationScopeKey) {
13 return [notificationScopeKey isEqual:scopeKey];
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI49_0_0EXScopedNotificationsUtils.m9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"];
10 if (!notificationScopeKey) {
13 return [notificationScopeKey isEqual:scopeKey];
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI48_0_0EXScopedNotificationsUtils.m9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"];
10 if (!notificationScopeKey) {
13 return [notificationScopeKey isEqual:scopeKey];
/expo/ios/Exponent/Versioned/Core/UniversalModules/EXNotifications/
H A DEXScopedNotificationsUtils.m9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"];
10 if (!notificationScopeKey) {
13 return [notificationScopeKey isEqual:scopeKey];
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt364 …val notificationScopeKey = details[NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY] as… in showNotification() constant
365 …val experienceScopeKey = notificationScopeKey ?: (details[NotificationConstants.NOTIFICATION_EXPER… in showNotification()