PxUiLanguagePickerScreenConfiguration Class
@objc(PxUiLanguagePickerScreenConfiguration) final class PxUiLanguagePickerScreenConfiguration
Per-presentation configuration for PxUiLanguagePickerScreen.
Initializers
Instance Properties
| Name | Summary |
|---|
| baseURL | Base URL for language downloads. Defaults to the Pixelnetica CDN; an adopter (enterprise / self-hosting) may point at its own tessdata mirror. |
| outputDirectory | Directory the downloaded .traineddata files are written to (required — the screen does not derive a default; the adopter owns where data lands). |
| selectionStore | Adopter-supplied selection persistence. The screen reads it once at init and writes back on each mutation; it never touches UserDefaults directly. |
Type Properties
| Name | Summary |
|---|
| defaultBaseURL | The default Pixelnetica tessdata CDN, used when baseURL is not overridden. |
Relationships
Inherits From
- ObjectiveC.NSObjectProtocol
- Swift.CVarArg
- Swift.CustomDebugStringConvertible
- Swift.CustomStringConvertible
- Swift.Equatable
- Swift.Hashable