Searched refs:didFinishBackgroundUpdate (Results 1 – 2 of 2) sorted by relevance
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | AppLoaderTask.swift | 528 …self.didFinishBackgroundUpdate(withStatus: .updateAvailable, update: updateBeingLaunched, error: n… in launchUpdate() 536 self.didFinishBackgroundUpdate(withStatus: .error, update: nil, error: error) in launchUpdate() 538 self.didFinishBackgroundUpdate(withStatus: .noUpdateAvailable, update: nil, error: nil) in launchUpdate() 545 …private func didFinishBackgroundUpdate(withStatus status: BackgroundUpdateStatus, update: Update?,… in didFinishBackgroundUpdate() function
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | AppLoaderTask.swift | 518 …self.didFinishBackgroundUpdate(withStatus: .updateAvailable, update: updateBeingLaunched, error: n… in launchUpdate() 526 self.didFinishBackgroundUpdate(withStatus: .error, update: nil, error: error) in launchUpdate() 528 self.didFinishBackgroundUpdate(withStatus: .noUpdateAvailable, update: nil, error: nil) in launchUpdate() 535 …private func didFinishBackgroundUpdate(withStatus status: BackgroundUpdateStatus, update: Update?,… in didFinishBackgroundUpdate() function
|