| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ExponentNotificationIntentService.kt | 72 AsyncCondition.notify(DEVICE_PUSH_TOKEN_KEY) in onHandleIntent() 109 AsyncCondition.notify(DEVICE_PUSH_TOKEN_KEY) in onHandleIntent() 126 AsyncCondition.notify(DEVICE_PUSH_TOKEN_KEY) in setTokenError() 132 AsyncCondition.notify(DEVICE_PUSH_TOKEN_KEY) in setTokenError()
|
| H A D | ExponentNotificationManager.kt | 142 fun notify(experienceKey: ExperienceKey, id: Int, notification: Notification) { in notify() method 143 NotificationManagerCompat.from(context).notify(experienceKey.scopeKey, id, notification) in notify()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/ |
| H A D | DatabaseHolder.kt | 36 (this as java.lang.Object).notify() in releaseDatabase()
|
| /expo/home/screens/DeleteAccountScreen/ |
| H A D | utils.ts | 14 body: { notify: true, otp, password },
|
| /expo/android/expoview/src/main/java/host/exp/exponent/utils/ |
| H A D | AsyncCondition.kt | 26 @JvmStatic fun notify(key: String) { in notify() method
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | ErrorRecoverySpec.swift | 163 errorRecovery.notify(newRemoteLoadStatus: .NewUpdateLoaded) in spec() 197 errorRecovery.notify(newRemoteLoadStatus: .NewUpdateLoaded) in spec() 388 errorRecovery.notify(newRemoteLoadStatus: .Idle) in spec() 414 errorRecovery.notify(newRemoteLoadStatus: .Idle) in spec()
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | configuring-updates.mdx | 15 …respond when the new bundle is finished downloading. You can use this to notify users that they sh… 27 You can then use the `expo-updates` module to download new updates and, if appropriate, notify the … 36 // ... notify user of update ...
|
| /expo/android/expoview/src/main/java/host/exp/exponent/experience/ |
| H A D | ExperienceActivity.kt | 300 AsyncCondition.notify(KERNEL_STARTED_RUNNING_KEY) in <lambda>() 479 AsyncCondition.notify(KernelConstants.EXPERIENCE_ID_SET_FOR_ACTIVITY_KEY) in <lambda>() 530 AsyncCondition.notify(READY_FOR_BUNDLE) in <lambda>() 714 notificationManager.notify(PERSISTENT_EXPONENT_NOTIFICATION_ID, notificationBuilder!!.build()) in <lambda>()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/Singleline/ |
| H A D | ABI49_0_0RCTUITextField.m | 172 // Overrides selectedTextRange setter to get notify when selectedTextRange changed. 183 // We have to notify an adapter that following selection change was initiated programmatically,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/Singleline/ |
| H A D | ABI47_0_0RCTUITextField.m | 170 // Overrides selectedTextRange setter to get notify when selectedTextRange changed. 181 // We have to notify an adapter that following selection change was initiated programmatically,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/Singleline/ |
| H A D | ABI48_0_0RCTUITextField.m | 172 // Overrides selectedTextRange setter to get notify when selectedTextRange changed. 183 // We have to notify an adapter that following selection change was initiated programmatically,
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | AppController.swift | 488 errorRecovery.notify(newRemoteLoadStatus: remoteLoadStatus) in appController() 650 self.errorRecovery.notify(newRemoteLoadStatus: self.remoteLoadStatus) in appController() 654 self.errorRecovery.notify(newRemoteLoadStatus: self.remoteLoadStatus) in appController()
|
| H A D | ErrorRecovery.swift | 148 public func notify(newRemoteLoadStatus newStatus: RemoteLoadStatus) { in launchedUpdate() function
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | AppController.swift | 493 errorRecovery.notify(newRemoteLoadStatus: remoteLoadStatus) in appController() 664 self.errorRecovery.notify(newRemoteLoadStatus: self.remoteLoadStatus) in appController() 668 self.errorRecovery.notify(newRemoteLoadStatus: self.remoteLoadStatus) in appController()
|
| H A D | ErrorRecovery.swift | 148 public func notify(newRemoteLoadStatus newStatus: RemoteLoadStatus) { in launchedUpdate() function
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/ |
| H A D | ABI49_0_0RCTBaseTextInputShadowView.m | 122 // Clear `_previousAttributedText` to notify the view about the change 164 // If the value has not changed, we must not notify the view about the change,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/ |
| H A D | ABI48_0_0RCTBaseTextInputShadowView.m | 122 // Clear `_previousAttributedText` to notify the view about the change 164 // If the value has not changed, we must not notify the view about the change,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/ |
| H A D | ABI47_0_0RCTBaseTextInputShadowView.m | 123 // Clear `_previousAttributedText` to notify the view about the change 168 // If the value has not changed, we must not notify the view about the change,
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ |
| H A D | ExpoPresentationDelegate.kt | 97 NotificationManagerCompat.from(context).notify( in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/ |
| H A D | ExpoPresentationDelegate.kt | 98 NotificationManagerCompat.from(context).notify( in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/ |
| H A D | ExpoPresentationDelegate.kt | 98 NotificationManagerCompat.from(context).notify( in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/ |
| H A D | ExpoPresentationDelegate.kt | 98 NotificationManagerCompat.from(context).notify( in <lambda>()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/kernel/ |
| H A D | Kernel.kt | 783 AsyncCondition.notify(KernelConstants.OPEN_OPTIMISTIC_EXPERIENCE_ACTIVITY_KEY) in <lambda>() 784 AsyncCondition.notify(KernelConstants.OPEN_EXPERIENCE_ACTIVITY_KEY) in <lambda>() 816 AsyncCondition.notify(KernelConstants.LOAD_BUNDLE_FOR_EXPERIENCE_ACTIVITY_KEY) in <lambda>()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/headless/ |
| H A D | InternalHeadlessAppLoader.kt | 148 AsyncCondition.notify(READY_FOR_BUNDLE) in setManifest()
|
| /expo/docs/pages/develop/user-interface/ |
| H A D | color-themes.mdx | 22 The available options are `automatic` (follow system appearance settings and notify about any chang…
|