Class FinderDocumentScannerNativeConfiguration
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class FinderDocumentScannerNativeConfiguration implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private Long
delayAfterFocusCompleteMs
private Boolean
drawPolygonShadows
private Boolean
shutterSoundEnabled
private Boolean
forceMaxSnappingSize
private Integer
hardwareSnapButton
-
Method Summary
Modifier and Type Method Description final Long
getDelayAfterFocusCompleteMs()
final Unit
setDelayAfterFocusCompleteMs(Long delayAfterFocusCompleteMs)
final Boolean
getDrawPolygonShadows()
final Unit
setDrawPolygonShadows(Boolean drawPolygonShadows)
final Boolean
getShutterSoundEnabled()
final Unit
setShutterSoundEnabled(Boolean shutterSoundEnabled)
final Boolean
getForceMaxSnappingSize()
final Unit
setForceMaxSnappingSize(Boolean forceMaxSnappingSize)
final Integer
getHardwareSnapButton()
final Unit
setHardwareSnapButton(Integer hardwareSnapButton)
-
-
Method Detail
-
getDelayAfterFocusCompleteMs
final Long getDelayAfterFocusCompleteMs()
-
setDelayAfterFocusCompleteMs
final Unit setDelayAfterFocusCompleteMs(Long delayAfterFocusCompleteMs)
-
getDrawPolygonShadows
final Boolean getDrawPolygonShadows()
-
setDrawPolygonShadows
final Unit setDrawPolygonShadows(Boolean drawPolygonShadows)
-
getShutterSoundEnabled
final Boolean getShutterSoundEnabled()
-
setShutterSoundEnabled
final Unit setShutterSoundEnabled(Boolean shutterSoundEnabled)
-
getForceMaxSnappingSize
final Boolean getForceMaxSnappingSize()
-
setForceMaxSnappingSize
final Unit setForceMaxSnappingSize(Boolean forceMaxSnappingSize)
-
getHardwareSnapButton
final Integer getHardwareSnapButton()
-
setHardwareSnapButton
final Unit setHardwareSnapButton(Integer hardwareSnapButton)
-
-
-
-