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
-
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. 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.
-
hashCode
int hashCode()
-
-
-
-