PxUiLanguagePickerSelection Class

@objc(PxUiLanguagePickerSelection) final class PxUiLanguagePickerSelection

The ordered language selection returned by PxUiLanguagePickerScreen.

Initializers

NameSummary
init(installed:selected:didChange:)Creates a selection.

Instance Properties

NameSummary
didChangeAdvisory hint: did the selection change versus the picker’s entry snapshot? NOT the re-scan gate — a caller decides whether to re-run OCR by comparing selected against its own last-scanned ordered signature. didChange is at most a cheap pre-filter.
installedInstalled languages, in user-arranged order.
selectedSelected languages, a subset of installed in installed order.

Relationships

Inherits From

  • ObjectiveC.NSObject

Conforms To

  • ObjectiveC.NSObjectProtocol
  • Swift.CVarArg
  • Swift.CustomDebugStringConvertible
  • Swift.CustomStringConvertible
  • Swift.Equatable
  • Swift.Hashable
Top