DefaultCameraErrorListener
class DefaultCameraErrorListener(context: Context, callback: (Throwable?) -> Unit) : CameraErrorListener
Content copied to clipboard
A basic implementation that displays error messages when there is a problem with the camera.
Constructors
Link copied to clipboard
fun DefaultCameraErrorListener(context: Context, callback: (Throwable?) -> Unit)
Content copied to clipboard