SybrinDocumentScannerConfiguration
A base class containing configurable options for the SDK
import com.sybrin.documentscanner.SybrinDocumentScannerConfiguration
Provides an immutable reference to a configuration module used to control the look, feel, and behavior of the Sybrin Document Scanner Android SDK.
In depth explanations and examples of how the SybrinDocumentScannerConfiguration impacts the look, feel, and behavior of the Sybrin Document Scanner Android SDK can be found within its Builder class.
Summary
Nested classes
class
Public methods
String
String[]
boolean
String
String
getLicense
public String getLicense()
String
getPermissions
public String[] getPermissions ()
Returns
String[]
Array containing permissions used by the SDK.
saveImages
public boolean saveImages ()
Returns
boolean
Whether the SDK should save all captured images after scanning completion.
getCorrelationID
public String getCorrelationID ()
String
A unique identifier
getEnvironmentKey
public String getEnvironmentKey()
Last updated