SybrinDocumentScannerConfiguration.Builder
import com.sybrin.documentscanner.SybrinDocumentScannerConfiguration
Builder for the immutable SybrinDocumentScannerConfiguration class
Summary
Public constructors
Builder(String license)
Public methods
Sets whether the SDK should save all captured images to the device upon completion of the scanning process.
Sets the direction of the camera that is used for the scanning process.
Sets key that defines the SDK's internal environment variables.
Public constructors
Builder
public Builder (String license)
Creates a new Builder using a Sybrin Document Scanner Android License.
Public methods
build
public
SybrinDocumentScannerConfiguration
build ()
Creates and returns a built SybrinDocumentScannerConfiguration object.
Returns
This value cannot be null
.
saveImages
public
SybrinDocumentScannerConfiguration.Builder
saveImages (boolean saveImages)
Default value: false
Sets whether the SDK should save all captured images to the device upon completion of the scanning process.
Parameters
saveImages
boolean: true
if captured images should be saved, false
if captured images should not be saved.
Returns
This value cannot be null
.
Last updated