Home
last modified time | relevance | path

Searched refs:storedUpdateIdsWithConfiguration (Results 1 – 9 of 9) sorted by relevance

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updatesinterface/
H A DUpdatesInterface.java44 …void storedUpdateIdsWithConfiguration(HashMap<String, Object> configuration, Context context, Quer… in storedUpdateIdsWithConfiguration() method
/expo/ios/versioned/sdk48/EXUpdatesInterface/EXUpdatesInterface/
H A DABI48_0_0EXUpdatesExternalInterface.h40 - (void)storedUpdateIdsWithConfiguration:(NSDictionary *)configuration
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updatesinterface/
H A DUpdatesInterface.java44 …void storedUpdateIdsWithConfiguration(HashMap<String, Object> configuration, Context context, Quer… in storedUpdateIdsWithConfiguration() method
/expo/ios/versioned/sdk47/EXUpdatesInterface/EXUpdatesInterface/
H A DABI47_0_0EXUpdatesExternalInterface.h40 - (void)storedUpdateIdsWithConfiguration:(NSDictionary *)configuration
/expo/packages/expo-updates-interface/android/src/main/java/expo/modules/updatesinterface/
H A DUpdatesInterface.java44 …void storedUpdateIdsWithConfiguration(HashMap<String, Object> configuration, Context context, Quer… in storedUpdateIdsWithConfiguration() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updatesinterface/
H A DUpdatesInterface.java44 …void storedUpdateIdsWithConfiguration(HashMap<String, Object> configuration, Context context, Quer… in storedUpdateIdsWithConfiguration() method
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesDevLauncherController.m116 - (void)storedUpdateIdsWithConfiguration:(NSDictionary *)configuration
135 … Common initialization for both fetchUpdateWithConfiguration: and storedUpdateIdsWithConfiguration:
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesDevLauncherController.m116 - (void)storedUpdateIdsWithConfiguration:(NSDictionary *)configuration
135 … Common initialization for both fetchUpdateWithConfiguration: and storedUpdateIdsWithConfiguration:
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesDevLauncherController.kt170 …override fun storedUpdateIdsWithConfiguration(configuration: HashMap<String, Any>, context: Contex… in storedUpdateIdsWithConfiguration() method in expo.modules.updates.UpdatesDevLauncherController