Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 69) sorted by relevance

123

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationIntentService.kt72 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 DExponentNotificationManager.kt142 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 DDatabaseHolder.kt36 (this as java.lang.Object).notify() in releaseDatabase()
/expo/home/screens/DeleteAccountScreen/
H A Dutils.ts14 body: { notify: true, otp, password },
/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DAsyncCondition.kt26 @JvmStatic fun notify(key: String) { in notify() method
/expo/packages/expo-updates/ios/Tests/
H A DErrorRecoverySpec.swift163 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 Dconfiguring-updates.mdx15 …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 DExperienceActivity.kt300 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 DABI49_0_0RCTUITextField.m172 // 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 DABI47_0_0RCTUITextField.m170 // 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 DABI48_0_0RCTUITextField.m172 // 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 DAppController.swift488 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 DErrorRecovery.swift148 public func notify(newRemoteLoadStatus newStatus: RemoteLoadStatus) { in launchedUpdate() function
/expo/packages/expo-updates/ios/EXUpdates/
H A DAppController.swift493 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 DErrorRecovery.swift148 public func notify(newRemoteLoadStatus newStatus: RemoteLoadStatus) { in launchedUpdate() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI49_0_0RCTBaseTextInputShadowView.m122 // 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 DABI48_0_0RCTBaseTextInputShadowView.m122 // 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 DABI47_0_0RCTBaseTextInputShadowView.m123 // 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 DExpoPresentationDelegate.kt97 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 DExpoPresentationDelegate.kt98 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 DExpoPresentationDelegate.kt98 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 DExpoPresentationDelegate.kt98 NotificationManagerCompat.from(context).notify( in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt783 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 DInternalHeadlessAppLoader.kt148 AsyncCondition.notify(READY_FOR_BUNDLE) in setManifest()
/expo/docs/pages/develop/user-interface/
H A Dcolor-themes.mdx22 The available options are `automatic` (follow system appearance settings and notify about any chang…

123