Home
last modified time | relevance | path

Searched refs:launchableUpdate (Results 1 – 22 of 22) sorted by relevance

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLauncher/
H A DAppLauncherWithDatabase.swift63 public static func launchableUpdate(
113 …completion(nil, selectionPolicy.launchableUpdate(fromUpdates: filteredLaunchableUpdates, filters: …
118 public func launchableUpdate(
122 AppLauncherWithDatabase.launchableUpdate(
139 launchableUpdate(selectionPolicy: selectionPolicy) { error, launchableUpdate in
140 if error != nil || launchableUpdate == nil {
153 self.launchedUpdate = launchableUpdate
/expo/packages/expo-updates/ios/EXUpdates/AppLauncher/
H A DAppLauncherWithDatabase.swift63 public static func launchableUpdate(
113 …completion(nil, selectionPolicy.launchableUpdate(fromUpdates: filteredLaunchableUpdates, filters: …
118 public func launchableUpdate(
122 AppLauncherWithDatabase.launchableUpdate(
139 launchableUpdate(selectionPolicy: selectionPolicy) { error, launchableUpdate in
140 if error != nil || launchableUpdate == nil {
153 self.launchedUpdate = launchableUpdate
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/SelectionPolicy/
H A DSelectionPolicy.swift43 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
44 return launcherSelectionPolicy.launchableUpdate(fromUpdates: updates, filters: filters) in launchableUpdate()
H A DLauncherSelectionPolicy.swift10 @objc func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? function
H A DLauncherSelectionPolicySingleUpdate.swift17 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
H A DLauncherSelectionPolicyFilterAware.swift24 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
/expo/packages/expo-updates/ios/EXUpdates/SelectionPolicy/
H A DSelectionPolicy.swift43 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
44 return launcherSelectionPolicy.launchableUpdate(fromUpdates: updates, filters: filters) in launchableUpdate()
H A DLauncherSelectionPolicy.swift10 @objc func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? function
H A DLauncherSelectionPolicySingleUpdate.swift17 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
H A DLauncherSelectionPolicyFilterAware.swift24 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXExpoGoLauncherSelectionPolicyFilterAware.swift21 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLauncher/
H A DABI47_0_0EXUpdatesAppLauncherWithDatabase.h8 …CompletionBlock)(NSError * _Nullable error, ABI47_0_0EXUpdatesUpdate * _Nullable launchableUpdate);
H A DABI47_0_0EXUpdatesAppLauncherWithDatabase.m116 …cy completion:^(NSError * _Nullable error, ABI47_0_0EXUpdatesUpdate * _Nullable launchableUpdate) {
117 if (error || !launchableUpdate) {
129 self->_launchedUpdate = launchableUpdate;
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLauncher/
H A DABI48_0_0EXUpdatesAppLauncherWithDatabase.h8 …CompletionBlock)(NSError * _Nullable error, ABI48_0_0EXUpdatesUpdate * _Nullable launchableUpdate);
H A DABI48_0_0EXUpdatesAppLauncherWithDatabase.m116 …cy completion:^(NSError * _Nullable error, ABI48_0_0EXUpdatesUpdate * _Nullable launchableUpdate) {
117 if (error || !launchableUpdate) {
129 self->_launchedUpdate = launchableUpdate;
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DAppLoaderTask.swift298 AppLauncherWithDatabase.launchableUpdate(
303 ) { error, launchableUpdate in
321 withLaunchedUpdate: launchableUpdate,
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DAppLoaderTask.swift261 AppLauncherWithDatabase.launchableUpdate(
266 ) { error, launchableUpdate in
284 withLaunchedUpdate: launchableUpdate,
/expo/packages/expo-updates/ios/Tests/
H A DAppLauncherWithDatabaseSpec.swift26 …override func launchableUpdate(selectionPolicy: SelectionPolicy, completion: @escaping AppLauncher… in launchableUpdate() function
H A DSelectionPolicyFilterAwareSpec.swift150 …let actual = selectionPolicy.launchableUpdate(fromUpdates: [updateDefault1, updateRollout1, update… in spec()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DLoaderTask.kt303 val launchableUpdate = launcher.getLaunchableUpdate(database, context) in <lambda>() constant
305 if (selectionPolicy.shouldLoadNewUpdate(embeddedUpdate, launchableUpdate, manifestFilters)) { in <lambda>()
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLoader/
H A DABI47_0_0EXUpdatesAppLoaderTask.m234 …cy completion:^(NSError * _Nullable error, ABI47_0_0EXUpdatesUpdate * _Nullable launchableUpdate) {
245 withLaunchedUpdate:launchableUpdate
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/
H A DABI48_0_0EXUpdatesAppLoaderTask.m234 …cy completion:^(NSError * _Nullable error, ABI48_0_0EXUpdatesUpdate * _Nullable launchableUpdate) {
245 withLaunchedUpdate:launchableUpdate