init(configuration:completion:) Initializer

@MainActor init(configuration: PxUiLanguagePickerScreenConfiguration, completion: @escaping (PxUiLanguagePickerScreenResult) -> Void)

References: PxUiLanguagePickerScreenConfiguration, PxUiLanguagePickerScreenResult

Creates the SwiftUI language-picker view.

Parameters

  • configuration — The picker configuration.
  • completion — Called with the result when the screen finishes.
Top