Home
last modified time | relevance | path

Searched refs:experienceId (Results 1 – 25 of 33) sorted by relevance

12

/expo/ios/Exponent/Kernel/Services/
H A DEXFileSystemManager.h24 - (NSString *)bundleDirectoryForExperienceId:(NSString *)experienceId;
25 - (NSArray<NSString *> *)bundledAssetsForExperienceId:(NSString *)experienceId;
H A DEXFileSystemManager.m14 - (NSString *)bundleDirectoryForExperienceId:(NSString *)experienceId
19 - (NSArray<NSString *> *)bundledAssetsForExperienceId:(NSString *)experienceId
/expo/home/storage/
H A DLocalStorage.ts96 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 DABI47_0_0EXScopedNotificationCategoriesModule.m77 // 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 DABI47_0_0EXScopedNotificationsUtils.m9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"];
82 // legacy categories were stored under an unescaped experienceId
H A DABI47_0_0EXScopedNotificationBuilder.m33 userInfo[@"experienceId"] = _scopeKey;
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI49_0_0EXScopedNotificationCategoriesModule.m77 // 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 DABI49_0_0EXScopedNotificationsUtils.m9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"];
82 // legacy categories were stored under an unescaped experienceId
H A DABI49_0_0EXScopedNotificationBuilder.m33 userInfo[@"experienceId"] = _scopeKey;
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI48_0_0EXScopedNotificationCategoriesModule.m77 // 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 DABI48_0_0EXScopedNotificationsUtils.m9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"];
82 // legacy categories were stored under an unescaped experienceId
H A DABI48_0_0EXScopedNotificationBuilder.m33 userInfo[@"experienceId"] = _scopeKey;
/expo/ios/Exponent/Versioned/Core/UniversalModules/EXNotifications/
H A DEXScopedNotificationCategoriesModule.m77 // 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 DEXScopedNotificationsUtils.m9 NSString *notificationScopeKey = request.content.userInfo[@"experienceId"];
82 // legacy categories were stored under an unescaped experienceId
H A DEXScopedNotificationBuilder.m33 userInfo[@"experienceId"] = _scopeKey;
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/delegates/
H A DScopedExpoPresentationDelegate.kt57 val experienceId = if (request.trigger is FirebaseNotificationTrigger) { in getNotifyId() constant
64 return experienceId.hashCode() in getNotifyId()
/expo/apps/test-suite/tests/
H A DNotifications.js75 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 Dsending-notifications-custom.mdx42 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 DNotificationHelper.kt86 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 DABI49_0_0EXNotifications.m224 @"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 DABI47_0_0EXNotifications.m224 @"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 DABI48_0_0EXNotifications.m224 @"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 DNotificationsModule.java149 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 DNotificationsModule.java149 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 DNotificationsModule.java149 String experienceId = mExperienceStableLegacyId; in getExponentPushTokenAsync() local
150 …NotificationHelper.getPushNotificationToken(uuid, experienceId, mEASProjectId, mExponentNetwork, m… in getExponentPushTokenAsync()

12