Home
last modified time | relevance | path

Searched refs:fetchUpdateWithConfiguration (Results 1 – 12 of 12) sorted by relevance

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updatesinterface/
H A DUpdatesInterface.java42 …void fetchUpdateWithConfiguration(HashMap<String, Object> configuration, Context context, UpdateCa… in fetchUpdateWithConfiguration() method
/expo/ios/versioned/sdk48/EXUpdatesInterface/EXUpdatesInterface/
H A DABI48_0_0EXUpdatesExternalInterface.h30 - (void)fetchUpdateWithConfiguration:(NSDictionary *)configuration
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updatesinterface/
H A DUpdatesInterface.java42 …void fetchUpdateWithConfiguration(HashMap<String, Object> configuration, Context context, UpdateCa… in fetchUpdateWithConfiguration() method
/expo/ios/versioned/sdk47/EXUpdatesInterface/EXUpdatesInterface/
H A DABI47_0_0EXUpdatesExternalInterface.h30 - (void)fetchUpdateWithConfiguration:(NSDictionary *)configuration
/expo/packages/expo-updates-interface/android/src/main/java/expo/modules/updatesinterface/
H A DUpdatesInterface.java42 …void fetchUpdateWithConfiguration(HashMap<String, Object> configuration, Context context, UpdateCa… in fetchUpdateWithConfiguration() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updatesinterface/
H A DUpdatesInterface.java42 …void fetchUpdateWithConfiguration(HashMap<String, Object> configuration, Context context, UpdateCa… in fetchUpdateWithConfiguration() method
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/helpers/
H A DDevLauncherUpdatesHelper.kt20 this.fetchUpdateWithConfiguration( in <lambda>()
/expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/helpers/
H A DDevLauncherUpdatesHelperTest.kt50 updatesInterface.fetchUpdateWithConfiguration(any(), any(), capture(slot)) in mockUpdatesInterface()
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesDevLauncherController.m77 - (void)fetchUpdateWithConfiguration:(NSDictionary *)configuration
135 // Common initialization for both fetchUpdateWithConfiguration: and storedUpdateIdsWithConfiguratio…
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesDevLauncherController.m77 - (void)fetchUpdateWithConfiguration:(NSDictionary *)configuration
135 // Common initialization for both fetchUpdateWithConfiguration: and storedUpdateIdsWithConfiguratio…
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesDevLauncherController.kt40 override fun fetchUpdateWithConfiguration( in fetchUpdateWithConfiguration() method in expo.modules.updates.UpdatesDevLauncherController
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherController.m495 …[self->_updatesInterface fetchUpdateWithConfiguration:updatesConfiguration onManifest:^BOOL(NSDict…