Package io.anyline.plugin.config
Class ScanViewAttributesConfig
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ScanViewAttributesConfig implements Serializable
ScanView Attributes Config
Schema for ScanView JSON attributes config
-
-
Field Summary
Fields Modifier and Type Field Description public Boolean
enableCameraPermissionHandling
public Boolean
useCameraX
-
Constructor Summary
Constructors Constructor Description ScanViewAttributesConfig()
-
Method Summary
Modifier and Type Method Description Boolean
getEnableCameraPermissionHandling()
Enable or disable camera permission handling from ScanView loading process. void
setEnableCameraPermissionHandling(Boolean enableCameraPermissionHandling)
Enable or disable camera permission handling from ScanView loading process. Boolean
getUseCameraX()
Enable or disable usage of CameraX API instead of Camera1 API. void
setUseCameraX(Boolean useCameraX)
Enable or disable usage of CameraX API instead of Camera1 API. String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getEnableCameraPermissionHandling
Boolean getEnableCameraPermissionHandling()
Enable or disable camera permission handling from ScanView loading process.
-
setEnableCameraPermissionHandling
void setEnableCameraPermissionHandling(Boolean enableCameraPermissionHandling)
Enable or disable camera permission handling from ScanView loading process.
-
getUseCameraX
Boolean getUseCameraX()
Enable or disable usage of CameraX API instead of Camera1 API. Default is true.
-
setUseCameraX
void setUseCameraX(Boolean useCameraX)
Enable or disable usage of CameraX API instead of Camera1 API. Default is true.
-
hashCode
int hashCode()
-
-
-
-