Builder
public class Builder
Content copied to clipboard
Builder for GiniCapture. To get an instance call newInstance.
Functions
build
Link copied to clipboard
setBackButtonsEnabled
Link copied to clipboard
Screen API only Enable/disable back buttons in all Activities except ReviewActivity and AnalysisActivity, which always show back buttons.
setCustomHelpItems
Link copied to clipboard
GiniCapture.Builder setCustomHelpItems(@NonNull() List<HelpItem.Custom> customHelpItems)
Content copied to clipboard
setCustomOnboardingPages
Link copied to clipboard
@NonNull()
Content copied to clipboard
setDocumentImportEnabledFileTypes
Link copied to clipboard
@NonNull()
Content copied to clipboard
setEventTracker
Link copied to clipboard
GiniCapture.Builder setEventTracker(@NonNull() EventTracker eventTracker)
Content copied to clipboard
Set the EventTracker instance which will be called from the different screens to inform you about the various eventswhich can occur during the usage of the Gini Capture SDK.
setFileImportEnabled
Link copied to clipboard
@NonNull()
Content copied to clipboard
setFlashButtonEnabled
Link copied to clipboard
setFlashOnByDefault
Link copied to clipboard
setGiniCaptureNetworkApi
Link copied to clipboard
@NonNull()
Content copied to clipboard
Set the GiniCaptureNetworkApi instance which clients can use to request networkcalls (e.g.
setGiniCaptureNetworkService
Link copied to clipboard
@NonNull()
Content copied to clipboard
Set the GiniCaptureNetworkService instance which will be used by the library torequest document related network calls (e.g.
setMultiPageEnabled
Link copied to clipboard
setQRCodeScanningEnabled
Link copied to clipboard
@NonNull()
Content copied to clipboard
setShouldShowOnboarding
Link copied to clipboard
@NonNull()
Content copied to clipboard
setShouldShowOnboardingAtFirstRun
Link copied to clipboard
@NonNull()
Content copied to clipboard
setSupportedFormatsHelpScreenEnabled
Link copied to clipboard
GiniCapture.Builder setSupportedFormatsHelpScreenEnabled(boolean enabled)
Content copied to clipboard