PxUiLanguagePickerScreenView.Coordinator Class
final class Coordinator
SwiftUI coordinator that bridges the hosted view controller delegate.
Instance Methods
| Name | Summary |
|---|---|
| languagePickerScreen(_:didFinishWithSelection:) | The user finished. selection carries the ordered installed + selected sets (plus an advisory didChange). The caller decides whether to re-run OCR by comparing selection.selected against its own last-scanned ordered signature — NOT off didChange. |
| languagePickerScreenDidCancel(_:) | The user cancelled. The caller must still reconcile — the picker persists toggles per-mutation and downloads are irreversible, so a cancel can still leave a changed selection or a freshly-installed language. Read the current selection from the configuration’s store on cancel too. |
Relationships
Inherits From
- ObjectiveC.NSObject
Conforms To
- ObjectiveC.NSObjectProtocol
- PxUiLanguagePickerScreenDelegate
- Swift.CVarArg
- Swift.CustomDebugStringConvertible
- Swift.CustomStringConvertible
- Swift.Equatable
- Swift.Hashable