Package com.banuba.sdk.input
Interface CameraDevice.IErrorOccurred
-
- Enclosing class:
- CameraDevice
public static interface CameraDevice.IErrorOccurred
Interface for getting errors
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(java.lang.Exception exception)
The method is called in case of an error.
-