Home
last modified time | relevance | path

Searched defs:shouldCheckForUpdate (Results 1 – 5 of 5) sorted by relevance

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesUtils.swift220 internal static func shouldCheckForUpdate(withConfig config: UpdatesConfig) -> Bool { in shouldCheckForUpdate() function
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DAppLoaderTask.swift146 var shouldCheckForUpdate = UpdatesUtils.shouldCheckForUpdate(withConfig: config) in start() variable
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DAppLoaderTask.swift183 var shouldCheckForUpdate = UpdatesUtils.shouldCheckForUpdate(withConfig: config) in start() variable
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesUtils.swift322 internal static func shouldCheckForUpdate(withConfig config: UpdatesConfig) -> Bool { in shouldCheckForUpdate() function
/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