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

getLicense

public String getLicense()

getPermissions

public String[] getPermissions ()

saveImages

public boolean saveImages ()

getCorrelationID

public String getCorrelationID ()

getEnvironmentKey

public String getEnvironmentKey()

Last updated