| /expo/ios/Exponent/Kernel/Services/ |
| H A D | EXFileSystemManager.h | 24 - (NSString *)bundleDirectoryForExperienceId:(NSString *)experienceId; 25 - (NSArray<NSString *> *)bundledAssetsForExperienceId:(NSString *)experienceId;
|
| H A D | EXFileSystemManager.m | 14 - (NSString *)bundleDirectoryForExperienceId:(NSString *)experienceId 19 - (NSArray<NSString *> *)bundledAssetsForExperienceId:(NSString *)experienceId
|
| /expo/home/storage/ |
| H A D | LocalStorage.ts | 96 const { experienceId } = event; // scopeKey constant 111 (item.manifest.id === experienceId || 112 ('scopeKey' in item.manifest && item.manifest.scopeKey === experienceId))
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI47_0_0EXScopedNotificationCategoriesModule.m | 77 // Changed scoping prefix in SDK 41 FROM "experienceId-" to ESCAPED "experienceId/" 80 …// Used to prefix with "experienceId-" even in standalone apps in SDKs <= 40, so we need to unscop…
|
| H A D | ABI47_0_0EXScopedNotificationsUtils.m | 9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"]; 82 // legacy categories were stored under an unescaped experienceId
|
| H A D | ABI47_0_0EXScopedNotificationBuilder.m | 33 userInfo[@"experienceId"] = _scopeKey;
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI49_0_0EXScopedNotificationCategoriesModule.m | 77 // Changed scoping prefix in SDK 41 FROM "experienceId-" to ESCAPED "experienceId/" 80 …// Used to prefix with "experienceId-" even in standalone apps in SDKs <= 40, so we need to unscop…
|
| H A D | ABI49_0_0EXScopedNotificationsUtils.m | 9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"]; 82 // legacy categories were stored under an unescaped experienceId
|
| H A D | ABI49_0_0EXScopedNotificationBuilder.m | 33 userInfo[@"experienceId"] = _scopeKey;
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI48_0_0EXScopedNotificationCategoriesModule.m | 77 // Changed scoping prefix in SDK 41 FROM "experienceId-" to ESCAPED "experienceId/" 80 …// Used to prefix with "experienceId-" even in standalone apps in SDKs <= 40, so we need to unscop…
|
| H A D | ABI48_0_0EXScopedNotificationsUtils.m | 9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"]; 82 // legacy categories were stored under an unescaped experienceId
|
| H A D | ABI48_0_0EXScopedNotificationBuilder.m | 33 userInfo[@"experienceId"] = _scopeKey;
|
| /expo/ios/Exponent/Versioned/Core/UniversalModules/EXNotifications/ |
| H A D | EXScopedNotificationCategoriesModule.m | 77 // Changed scoping prefix in SDK 41 FROM "experienceId-" to ESCAPED "experienceId/" 80 …// Used to prefix with "experienceId-" even in standalone apps in SDKs <= 40, so we need to unscop…
|
| H A D | EXScopedNotificationsUtils.m | 9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"]; 82 // legacy categories were stored under an unescaped experienceId
|
| H A D | EXScopedNotificationBuilder.m | 33 userInfo[@"experienceId"] = _scopeKey;
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/delegates/ |
| H A D | ScopedExpoPresentationDelegate.kt | 57 val experienceId = if (request.trigger is FirebaseNotificationTrigger) { in getNotifyId() constant 64 return experienceId.hashCode() in getNotifyId()
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 75 let experienceId = undefined; 80 experienceId = '@exponent/bare-expo'; 83 experienceId, field 90 let experienceId = undefined; 95 experienceId = '@exponent/bare-expo'; 98 Notifications.getExpoPushTokenAsync({ experienceId }), field 122 let experienceId = undefined; 127 experienceId = '@exponent/bare-expo'; 130 experienceId, field
|
| /expo/docs/pages/push-notifications/ |
| H A D | sending-notifications-custom.mdx | 42 experienceId: '@yourExpoUsername/yourProjectSlug', 51 **The `experienceId` and `scopeKey` fields are required**. Otherwise, your notifications will not g… 120 experienceId: '@yourExpoUsername/yourProjectSlug', // Required when testing in the Expo Go app 143 "experienceId": "@yourExpoUsername/yourProjectSlug", 177 "experienceId": "@yourExpoUsername/yourProjectSlug",
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | NotificationHelper.kt | 86 experienceId: String?, in getPushNotificationToken() 126 experienceId !== null -> { in getPushNotificationToken() 127 put("experienceId", experienceId) in getPushNotificationToken()
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI49_0_0EXNotifications.m | 224 @"experienceId": self.scopeKey, 269 if ([request.content.userInfo[@"experienceId"] isEqualToString:self.scopeKey]) { 391 @"experienceId": self.scopeKey,
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI47_0_0EXNotifications.m | 224 @"experienceId": self.scopeKey, 269 if ([request.content.userInfo[@"experienceId"] isEqualToString:self.scopeKey]) { 391 @"experienceId": self.scopeKey,
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI48_0_0EXNotifications.m | 224 @"experienceId": self.scopeKey, 269 if ([request.content.userInfo[@"experienceId"] isEqualToString:self.scopeKey]) { 391 @"experienceId": self.scopeKey,
|
| /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 | 149 String experienceId = mExperienceStableLegacyId; in getExponentPushTokenAsync() local 150 …NotificationHelper.getPushNotificationToken(uuid, experienceId, mEASProjectId, mExponentNetwork, m… in getExponentPushTokenAsync()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 149 String experienceId = mExperienceStableLegacyId; in getExponentPushTokenAsync() local 150 …NotificationHelper.getPushNotificationToken(uuid, experienceId, mEASProjectId, mExponentNetwork, m… in getExponentPushTokenAsync()
|
| /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 | 149 String experienceId = mExperienceStableLegacyId; in getExponentPushTokenAsync() local 150 …NotificationHelper.getPushNotificationToken(uuid, experienceId, mEASProjectId, mExponentNetwork, m… in getExponentPushTokenAsync()
|