Home
last modified time | relevance | path

Searched refs:shouldCheckForUpdate (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DAppLoaderTask.swift183 var shouldCheckForUpdate = UpdatesUtils.shouldCheckForUpdate(withConfig: config) in start() variable
185 if launchWaitMs == 0 || !shouldCheckForUpdate { in start()
196 if !shouldCheckForUpdate { in start()
209 shouldCheckForUpdate = true in start()
216 if shouldCheckForUpdate { in start()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DAppLoaderTask.swift146 var shouldCheckForUpdate = UpdatesUtils.shouldCheckForUpdate(withConfig: config) in start() variable
148 if launchWaitMs == 0 || !shouldCheckForUpdate { in start()
159 if !shouldCheckForUpdate { in start()
172 shouldCheckForUpdate = true in start()
179 if shouldCheckForUpdate { in start()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DLoaderTask.kt154 val shouldCheckForUpdate = UpdatesUtils.shouldCheckForUpdateOnLaunch(configuration, context) in <lambda>() constant
156 if (delay > 0 && shouldCheckForUpdate) { in <lambda>()
191 if (!shouldCheckForUpdate) { in <lambda>()
213 if (shouldCheckForUpdate) { in <lambda>()
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLoader/
H A DABI47_0_0EXUpdatesAppLoaderTask.m126 …__block BOOL shouldCheckForUpdate = [ABI47_0_0EXUpdatesUtils shouldCheckForUpdateWithConfig:_confi…
128 if ([launchWaitMs isEqualToNumber:@(0)] || !shouldCheckForUpdate) {
139 if (!shouldCheckForUpdate) {
150 shouldCheckForUpdate = YES;
157 if (shouldCheckForUpdate) {
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/
H A DABI48_0_0EXUpdatesAppLoaderTask.m126 …__block BOOL shouldCheckForUpdate = [ABI48_0_0EXUpdatesUtils shouldCheckForUpdateWithConfig:_confi…
128 if ([launchWaitMs isEqualToNumber:@(0)] || !shouldCheckForUpdate) {
139 if (!shouldCheckForUpdate) {
150 shouldCheckForUpdate = YES;
157 if (shouldCheckForUpdate) {
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesUtils.swift220 internal static func shouldCheckForUpdate(withConfig config: UpdatesConfig) -> Bool { in shouldCheckForUpdate() function
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesUtils.swift322 internal static func shouldCheckForUpdate(withConfig config: UpdatesConfig) -> Bool { in shouldCheckForUpdate() function