Searched defs:appLoaderTask (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | AppLoaderTask.swift | 22 func appLoaderTask(_: AppLoaderTask, didLoadCachedUpdate update: Update) -> Bool in appLoaderTask() function 23 func appLoaderTask(_: AppLoaderTask, didStartLoadingUpdate update: Update?) in appLoaderTask() function 24 …func appLoaderTask(_: AppLoaderTask, didFinishWithLauncher launcher: AppLauncher, isUpToDate: Bool) in appLoaderTask() function 25 func appLoaderTask(_: AppLoaderTask, didFinishWithError error: Error) in appLoaderTask() function 69 …func appLoaderTask(_: AppLoaderTask, didFinishCheckingForRemoteUpdateWithRemoteCheckResult remoteC… in appLoaderTaskDidStartCheckingForRemoteUpdate() function 70 …func appLoaderTask(_: AppLoaderTask, didLoadAsset asset: UpdateAsset, successfulAssetCount: Int, f… in appLoaderTaskDidStartCheckingForRemoteUpdate() function
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | AppLoaderTask.swift | 20 func appLoaderTask(_: AppLoaderTask, didLoadCachedUpdate update: Update) -> Bool in appLoaderTask() function 23 func appLoaderTask(_: AppLoaderTask, didStartLoadingUpdate update: Update?) in appLoaderTask() function 24 …func appLoaderTask(_: AppLoaderTask, didLoadAsset asset: UpdateAsset, successfulAssetCount: Int, f… in appLoaderTask() function 25 …func appLoaderTask(_: AppLoaderTask, didFinishWithLauncher launcher: AppLauncher, isUpToDate: Bool) in appLoaderTask() function 26 func appLoaderTask(_: AppLoaderTask, didFinishWithError error: Error) in appLoaderTask() function
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | AppController.swift | 349 public func appLoaderTask(_: AppLoaderTask, didLoadCachedUpdate update: Update) -> Bool { in appController() function 357 …public func appLoaderTask(_: AppLoaderTask, didFinishCheckingForRemoteUpdateWithRemoteCheckResult … in appController() function 372 public func appLoaderTask(_: AppLoaderTask, didStartLoadingUpdate update: Update?) { in appController() function 377 …public func appLoaderTask(_: AppLoaderTask, didFinishWithLauncher launcher: AppLauncher, isUpToDat… in appController() function 402 …public func appLoaderTask(_: AppLoaderTask, didLoadAsset asset: UpdateAsset, successfulAssetCount:… in appController() function 419 public func appLoaderTask(_: AppLoaderTask, didFinishWithError error: Error) { in appController() function
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | AppController.swift | 344 public func appLoaderTask(_: AppLoaderTask, didLoadCachedUpdate update: Update) -> Bool { in appController() function 364 public func appLoaderTask(_: AppLoaderTask, didStartLoadingUpdate update: Update?) { in appController() function 369 …public func appLoaderTask(_: AppLoaderTask, didFinishWithLauncher launcher: AppLauncher, isUpToDat… in appController() function 394 …public func appLoaderTask(_: AppLoaderTask, didLoadAsset asset: UpdateAsset, successfulAssetCount:… in appController() function 411 public func appLoaderTask(_: AppLoaderTask, didFinishWithError error: Error) { in appController() function
|