| /expo/packages/expo-notifications/src/ |
| H A D | DevicePushTokenAutoRegistration.fx.ts | 53 let registration: DevicePushTokenRegistration | null = null; 55 registration = JSON.parse(registrationInfo); 63 if (!registration?.isEnabled) { 96 const registration: DevicePushTokenRegistration | null = JSON.parse(registrationInfo); constant 97 if (registration?.isEnabled) {
|
| H A D | getDevicePushTokenAsync.web.ts | 53 let registration: ServiceWorkerRegistration | null = null; 55 registration = await navigator.serviceWorker.register(serviceWorkerPath); 64 if (!registration.active) { 77 pushSubscription = await registration.pushManager.subscribe(subscribeOptions); 102 await registration.active.postMessage(
|
| /expo/packages/expo-notifications/build/ |
| H A D | DevicePushTokenAutoRegistration.fx.js | 34 let registration = null; 36 registration = JSON.parse(registrationInfo); 41 if (!registration?.isEnabled) { 68 const registration = JSON.parse(registrationInfo); constant 69 if (registration?.isEnabled) {
|
| H A D | getDevicePushTokenAsync.web.js | 31 let registration = null; 33 registration = await navigator.serviceWorker.register(serviceWorkerPath); 39 if (!registration.active) { 48 pushSubscription = await registration.pushManager.subscribe(subscribeOptions); 69 …await registration.active.postMessage(JSON.stringify({ fromExpoWebClient: { notificationIcon } }));
|
| H A D | DevicePushTokenAutoRegistration.fx.js.map | 1 …registration data\n */\nexport type DevicePushTokenRegistration = {\n isEnabled: boolean;\n};\n\n…
|
| H A D | getDevicePushTokenAsync.web.js.map | 1 …registration: ServiceWorkerRegistration | null = null;\n try {\n registration = await navigato…
|
| H A D | ServerRegistrationModule.web.js.map | 1 …ORAGE_ERROR',\n `Could not modify localStorage to persist auto-registration information: ${…
|
| H A D | Tokens.types.js.map | 1 …Firebase Cloud Messaging (Android) or APNs (iOS); on web it will be a registration object (VAPID).…
|
| /expo/packages/expo-notifications/ios/EXNotifications/ |
| H A D | EXServerRegistrationModule.m | 146 - (NSDictionary *)registrationSetQuery:(NSString *)registration 149 (__bridge id)kSecValueData:[registration dataUsingEncoding:NSUTF8StringEncoding], 169 …reject(@"ERR_NOTIFICATIONS_KEYCHAIN_ACCESS", @"Could not fetch registration information from keych… 178 // Delete existing registration so we don't need to handle "duplicate item" error 187 …reject(@"ERR_NOTIFICATIONS_KEYCHAIN_ACCESS", @"Could not save registration information into keycha…
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/ |
| H A D | ABI47_0_0EXServerRegistrationModule.m | 146 - (NSDictionary *)registrationSetQuery:(NSString *)registration 149 (__bridge id)kSecValueData:[registration dataUsingEncoding:NSUTF8StringEncoding], 169 …reject(@"ERR_NOTIFICATIONS_KEYCHAIN_ACCESS", @"Could not fetch registration information from keych… 178 // Delete existing registration so we don't need to handle "duplicate item" error 187 …reject(@"ERR_NOTIFICATIONS_KEYCHAIN_ACCESS", @"Could not save registration information into keycha…
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/ |
| H A D | ABI49_0_0EXServerRegistrationModule.m | 146 - (NSDictionary *)registrationSetQuery:(NSString *)registration 149 (__bridge id)kSecValueData:[registration dataUsingEncoding:NSUTF8StringEncoding], 169 …reject(@"ERR_NOTIFICATIONS_KEYCHAIN_ACCESS", @"Could not fetch registration information from keych… 178 // Delete existing registration so we don't need to handle "duplicate item" error 187 …reject(@"ERR_NOTIFICATIONS_KEYCHAIN_ACCESS", @"Could not save registration information into keycha…
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/ |
| H A D | ABI48_0_0EXServerRegistrationModule.m | 146 - (NSDictionary *)registrationSetQuery:(NSString *)registration 149 (__bridge id)kSecValueData:[registration dataUsingEncoding:NSUTF8StringEncoding], 169 …reject(@"ERR_NOTIFICATIONS_KEYCHAIN_ACCESS", @"Could not fetch registration information from keych… 178 // Delete existing registration so we don't need to handle "duplicate item" error 187 …reject(@"ERR_NOTIFICATIONS_KEYCHAIN_ACCESS", @"Could not save registration information into keycha…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI47_0_0RCTPackagerConnection.mm | 242 for (const auto ®istration : registrations) { 244 ABI47_0_0RCTConnectedHandler handler = registration.handler; 245 dispatch_async(registration.queue, ^{ 288 for (const auto ®istration : registrations) { 290 ABI47_0_0RCTNotificationHandler handler = registration.handler; 291 dispatch_async(registration.queue, ^{
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI49_0_0RCTPackagerConnection.mm | 242 for (const auto ®istration : registrations) { 244 ABI49_0_0RCTConnectedHandler handler = registration.handler; 245 dispatch_async(registration.queue, ^{ 288 for (const auto ®istration : registrations) { 290 ABI49_0_0RCTNotificationHandler handler = registration.handler; 291 dispatch_async(registration.queue, ^{
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI48_0_0RCTPackagerConnection.mm | 242 for (const auto ®istration : registrations) { 244 ABI48_0_0RCTConnectedHandler handler = registration.handler; 245 dispatch_async(registration.queue, ^{ 288 for (const auto ®istration : registrations) { 290 ABI48_0_0RCTNotificationHandler handler = registration.handler; 291 dispatch_async(registration.queue, ^{
|
| /expo/docs/pages/modules/ |
| H A D | module-config.mdx | 7 … This file currently is capable of configuring autolinking and module registration. The following …
|
| /expo/packages/expo-notifications/ios/EXNotifications/PushToken/ |
| H A D | EXPushTokenModule.m | 120 NSString *message = @"Notification registration failed: ";
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/PushToken/ |
| H A D | ABI47_0_0EXPushTokenModule.m | 120 NSString *message = @"Notification registration failed: ";
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/PushToken/ |
| H A D | ABI49_0_0EXPushTokenModule.m | 120 NSString *message = @"Notification registration failed: ";
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/PushToken/ |
| H A D | ABI48_0_0EXPushTokenModule.m | 120 NSString *message = @"Notification registration failed: ";
|
| /expo/packages/expo-auth-session/build/ |
| H A D | Discovery.js.map | 1 …registration parameter.\n * Pre-registration is required when the value is `true`.\n * @de…
|
| H A D | TokenRequest.types.js.map | 1 …registration information provided by the client.\n * The client identifier is not a secret; it i…
|
| /expo/packages/expo-av/android/src/test/java/expo/modules/av/progress/ |
| H A D | ProgressLooperTest.kt | 187 fun `new listener is notified after registration`() { in new listener is notified after registration()
|
| /expo/docs/pages/build/ |
| H A D | internal-distribution.mdx | 88 …ovisioning allows you to run the application on any device without any sort of device registration. 96 …ence) that you can open on your devices, and then follow the instructions on the registration page. 119 …on of your local credentials, and you will have to handle device UDID registration manually. Read …
|
| /expo/packages/expo-router/ |
| H A D | CHANGELOG.md | 77 - Move entry registration to `expo`. ([#23891](https://github.com/expo/expo/pull/23891) by [@EvanBa…
|