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.
Nested classes | |
class | |
Public methods | |
String | |
String[] | |
boolean | |
String | |
String |
public String getLicense()
Returns | Text |
---|---|
String |
public String[] getPermissions ()
Returns | |
String[] | Array containing permissions used by the SDK. |
public boolean saveImages ()
Returns | |
boolean | Whether the SDK should save all captured images after scanning completion. |
public String getCorrelationID ()
Returns | |
---|---|
String | A unique identifier |
public String getEnvironmentKey()
| |
Last modified 1yr ago