Searched refs:UpdatesDevLauncherController (Results 1 – 5 of 5) sorted by relevance
4 import expo.modules.updates.UpdatesDevLauncherController8 … DevLauncherController.instance.updatesInterface = UpdatesDevLauncherController.initialize(context) in initializeUpdatesInterface()
30 class UpdatesDevLauncherController : UpdatesInterface { class195 private var singletonInstance: UpdatesDevLauncherController? = null196 val instance: UpdatesDevLauncherController201 @JvmStatic fun initialize(context: Context): UpdatesDevLauncherController { in initialize()203 singletonInstance = UpdatesDevLauncherController() in initialize()
33 expo.modules.updates.UpdatesDevLauncherController
419 …ity for expo-dev-launcher to launch a specific update through UpdatesDevLauncherController. ([#168…471 - Add missing @JvmStatic annotation to `UpdatesDevLauncherController.initialize`. ([#15561](https:/…647 - Remove side effects from UpdatesDevLauncherController.initialize() method. ([#13555](https://gith…657 - Added reset method to UpdatesDevLauncherController. ([#13346](https://github.com/expo/expo/pull/1…716 - Add UpdatesDevLauncherController for development client integration. (Android: [#13032](https://g…722 - Reset selection policy in UpdatesDevLauncherController ([#13113](https://github.com/expo/expo/pul…723 - UpdatesDevLauncherController: make Update nullable in onSuccess callback ([#13136](https://github…
580 - Updated plugin to only initialize UpdatesDevLauncherController in debug builds. ([#13597](https:/…