Searched refs:didFinishCheckingForRemoteUpdate (Results 1 – 2 of 2) sorted by relevance
22 func didFinishCheckingForRemoteUpdate(_ body: [String: Any]) in appLoaderTask() function345 delegate.didFinishCheckingForRemoteUpdate([:])353 delegate.didFinishCheckingForRemoteUpdate(["isRollBackToEmbedded": true])369 delegate.didFinishCheckingForRemoteUpdate([:])384 … delegate.didFinishCheckingForRemoteUpdate(["manifest": update.manifest.rawManifestJSON()])394 delegate.didFinishCheckingForRemoteUpdate([:])
352 public func didFinishCheckingForRemoteUpdate(_ body: [String: Any]) { in appController() function