Home
last modified time | relevance | path

Searched defs:launchableUpdate (Results 1 – 11 of 11) sorted by relevance

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/SelectionPolicy/
H A DLauncherSelectionPolicySingleUpdate.swift17 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
H A DLauncherSelectionPolicy.swift10 @objc func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? function
H A DLauncherSelectionPolicyFilterAware.swift24 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
H A DSelectionPolicy.swift43 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
/expo/packages/expo-updates/ios/EXUpdates/SelectionPolicy/
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
H A DSelectionPolicy.swift43 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/packages/expo-updates/ios/Tests/
H A DAppLauncherWithDatabaseSpec.swift26 …override func launchableUpdate(selectionPolicy: SelectionPolicy, completion: @escaping AppLauncher… in launchableUpdate() function
/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