completion Instance Property

@MainActor let completion: (PxUiCameraScreenResult) -> Void

References: PxUiCameraScreenResult

The closure called with the PxUiCameraScreenResult when the screen finishes.

Top