completion Instance Property

@MainActor let completion: (PxUiLanguagePickerScreenResult) -> Void

References: PxUiLanguagePickerScreenResult

The closure called with the PxUiLanguagePickerScreenResult when the screen finishes.

Top