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 BooleanenableCameraPermissionHandlingpublic BooleanuseCameraX
-
Constructor Summary
Constructors Constructor Description ScanViewAttributesConfig()
-
Method Summary
Modifier and Type Method Description BooleangetEnableCameraPermissionHandling()Enable or disable camera permission handling from ScanView loading process. voidsetEnableCameraPermissionHandling(Boolean enableCameraPermissionHandling)Enable or disable camera permission handling from ScanView loading process. BooleangetUseCameraX()Enable or disable usage of CameraX API instead of Camera1 API. voidsetUseCameraX(Boolean useCameraX)Enable or disable usage of CameraX API instead of Camera1 API. StringtoString()inthashCode()booleanequals(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()
-
-
-
-