| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLauncher/ |
| H A D | AppLauncherWithDatabase.swift | 63 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 D | AppLauncherWithDatabase.swift | 63 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 D | SelectionPolicy.swift | 43 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 D | LauncherSelectionPolicy.swift | 10 @objc func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? function
|
| H A D | LauncherSelectionPolicySingleUpdate.swift | 17 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
|
| H A D | LauncherSelectionPolicyFilterAware.swift | 24 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
|
| /expo/packages/expo-updates/ios/EXUpdates/SelectionPolicy/ |
| H A D | SelectionPolicy.swift | 43 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 D | LauncherSelectionPolicy.swift | 10 @objc func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? function
|
| H A D | LauncherSelectionPolicySingleUpdate.swift | 17 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
|
| H A D | LauncherSelectionPolicyFilterAware.swift | 24 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
|
| /expo/ios/Exponent/Kernel/AppLoader/ |
| H A D | EXExpoGoLauncherSelectionPolicyFilterAware.swift | 21 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() function
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLauncher/ |
| H A D | ABI47_0_0EXUpdatesAppLauncherWithDatabase.h | 8 …CompletionBlock)(NSError * _Nullable error, ABI47_0_0EXUpdatesUpdate * _Nullable launchableUpdate);
|
| H A D | ABI47_0_0EXUpdatesAppLauncherWithDatabase.m | 116 …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 D | ABI48_0_0EXUpdatesAppLauncherWithDatabase.h | 8 …CompletionBlock)(NSError * _Nullable error, ABI48_0_0EXUpdatesUpdate * _Nullable launchableUpdate);
|
| H A D | ABI48_0_0EXUpdatesAppLauncherWithDatabase.m | 116 …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 D | AppLoaderTask.swift | 298 AppLauncherWithDatabase.launchableUpdate( 303 ) { error, launchableUpdate in 321 withLaunchedUpdate: launchableUpdate,
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | AppLoaderTask.swift | 261 AppLauncherWithDatabase.launchableUpdate( 266 ) { error, launchableUpdate in 284 withLaunchedUpdate: launchableUpdate,
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | AppLauncherWithDatabaseSpec.swift | 26 …override func launchableUpdate(selectionPolicy: SelectionPolicy, completion: @escaping AppLauncher… in launchableUpdate() function
|
| H A D | SelectionPolicyFilterAwareSpec.swift | 150 …let actual = selectionPolicy.launchableUpdate(fromUpdates: [updateDefault1, updateRollout1, update… in spec()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/ |
| H A D | LoaderTask.kt | 303 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 D | ABI47_0_0EXUpdatesAppLoaderTask.m | 234 …cy completion:^(NSError * _Nullable error, ABI47_0_0EXUpdatesUpdate * _Nullable launchableUpdate) { 245 withLaunchedUpdate:launchableUpdate
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI48_0_0EXUpdatesAppLoaderTask.m | 234 …cy completion:^(NSError * _Nullable error, ABI48_0_0EXUpdatesUpdate * _Nullable launchableUpdate) { 245 withLaunchedUpdate:launchableUpdate
|