Home
last modified time | relevance | path

Searched refs:registration (Results 1 – 25 of 43) sorted by relevance

12

/expo/packages/expo-notifications/src/
H A DDevicePushTokenAutoRegistration.fx.ts53 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 DgetDevicePushTokenAsync.web.ts53 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 DDevicePushTokenAutoRegistration.fx.js34 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 DgetDevicePushTokenAsync.web.js31 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 DDevicePushTokenAutoRegistration.fx.js.map1registration data\n */\nexport type DevicePushTokenRegistration = {\n isEnabled: boolean;\n};\n\n…
H A DgetDevicePushTokenAsync.web.js.map1registration: ServiceWorkerRegistration | null = null;\n try {\n registration = await navigato…
H A DServerRegistrationModule.web.js.map1 …ORAGE_ERROR',\n `Could not modify localStorage to persist auto-registration information: ${…
H A DTokens.types.js.map1 …Firebase Cloud Messaging (Android) or APNs (iOS); on web it will be a registration object (VAPID).…
/expo/packages/expo-notifications/ios/EXNotifications/
H A DEXServerRegistrationModule.m146 - (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 DABI47_0_0EXServerRegistrationModule.m146 - (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 DABI49_0_0EXServerRegistrationModule.m146 - (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 DABI48_0_0EXServerRegistrationModule.m146 - (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 DABI47_0_0RCTPackagerConnection.mm242 for (const auto &registration : registrations) {
244 ABI47_0_0RCTConnectedHandler handler = registration.handler;
245 dispatch_async(registration.queue, ^{
288 for (const auto &registration : 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 DABI49_0_0RCTPackagerConnection.mm242 for (const auto &registration : registrations) {
244 ABI49_0_0RCTConnectedHandler handler = registration.handler;
245 dispatch_async(registration.queue, ^{
288 for (const auto &registration : 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 DABI48_0_0RCTPackagerConnection.mm242 for (const auto &registration : registrations) {
244 ABI48_0_0RCTConnectedHandler handler = registration.handler;
245 dispatch_async(registration.queue, ^{
288 for (const auto &registration : registrations) {
290 ABI48_0_0RCTNotificationHandler handler = registration.handler;
291 dispatch_async(registration.queue, ^{
/expo/docs/pages/modules/
H A Dmodule-config.mdx7 … This file currently is capable of configuring autolinking and module registration. The following …
/expo/packages/expo-notifications/ios/EXNotifications/PushToken/
H A DEXPushTokenModule.m120 NSString *message = @"Notification registration failed: ";
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/PushToken/
H A DABI47_0_0EXPushTokenModule.m120 NSString *message = @"Notification registration failed: ";
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/PushToken/
H A DABI49_0_0EXPushTokenModule.m120 NSString *message = @"Notification registration failed: ";
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/PushToken/
H A DABI48_0_0EXPushTokenModule.m120 NSString *message = @"Notification registration failed: ";
/expo/packages/expo-auth-session/build/
H A DDiscovery.js.map1registration parameter.\n * Pre-registration is required when the value is `true`.\n * @de…
H A DTokenRequest.types.js.map1registration 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 DProgressLooperTest.kt187 fun `new listener is notified after registration`() { in new listener is notified after registration()
/expo/docs/pages/build/
H A Dinternal-distribution.mdx88 …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 DCHANGELOG.md77 - Move entry registration to `expo`. ([#23891](https://github.com/expo/expo/pull/23891) by [@EvanBa…

12