Class CameraController.ErrorInfo
- java.lang.Object
-
- com.navmii.android.dashcamsdk.camera.CameraController.ErrorInfo
-
- Enclosing interface:
- CameraController
public abstract static class CameraController.ErrorInfo extends java.lang.ObjectThis class is used to store information about an error occurred in the camera controller.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCameraController.ErrorInfo.ErrorTypeThe type of the error.
-
Constructor Summary
Constructors Constructor Description ErrorInfo()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static CameraController.ErrorInfocreate(CameraController.ErrorInfo.ErrorType errorType)abstract CameraController.ErrorInfo.ErrorTypegetErrorType()
-
-
-
Method Detail
-
create
public static CameraController.ErrorInfo create(CameraController.ErrorInfo.ErrorType errorType)
-
getErrorType
public abstract CameraController.ErrorInfo.ErrorType getErrorType()
- Returns:
- The type of the error.
-
-