PxUiLanguagePickerScreenDelegate Protocol

@objc(PxUiLanguagePickerScreenDelegate) protocol PxUiLanguagePickerScreenDelegate : NSObjectProtocol

Completion callbacks for PxUiLanguagePickerScreen.

Instance Methods

NameSummary
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.NSObjectProtocol

Conforming Types

Top