cameraScreen(_:didFailWith:) Instance Method

func cameraScreen(_ screen: PxUiCameraScreen, didFailWith error: NSError)

References: PxUiCameraScreen

Camera initialisation or capture failed. error.code is a PxUiCameraScreenError raw value; error.domain is PxUiCameraScreenErrorDomain. The screen has dismissed itself. The framework does NOT present any error UI — the adopter decides how to surface the failure.

Top