Gini Capture
Single entry point for the Gini Capture SDK for configuration and interaction.
This singleton class is preferred over the previous methods of configuration and interaction. It is only mandatory for new features. You can continue using features from previous releases without any modification.
To create and configure a singleton instance use the newInstance method and the returned Builder . If an instance is already available you need to call before creating a new instance. Failing to do so will throw an exception.
After you are done using the Gini Capture SDK use the cleanup method. This will free up resources used by the library.
public class GiniCapture
Content copied to clipboard
Types
Functions
areBackButtonsEnabled
Link copied to clipboard
boolean areBackButtonsEnabled()
Content copied to clipboard
cleanup
Link copied to clipboard
createDocumentForImportedFile
Link copied to clipboard
createDocumentForImportedFiles
Link copied to clipboard
@NonNull()
Content copied to clipboard
createIntentForImportedFile
Link copied to clipboard
@NonNull()
Content copied to clipboard
createIntentForImportedFiles
Link copied to clipboard
@NonNull()
Content copied to clipboard
getCustomOnboardingPages
Link copied to clipboard
getDocumentDataMemoryCache
Link copied to clipboard
getDocumentImportEnabledFileTypes
Link copied to clipboard
@NonNull()
Content copied to clipboard
getEventTracker
Link copied to clipboard
getGiniCaptureNetworkApi
Link copied to clipboard
getGiniCaptureNetworkService
Link copied to clipboard
getImageDiskStore
Link copied to clipboard
getImageMultiPageDocumentMemoryStore
Link copied to clipboard
@NonNull()
Content copied to clipboard
getInstance
Link copied to clipboard
getNetworkRequestsManager
Link copied to clipboard
getPhotoMemoryCache
Link copied to clipboard
hasInstance
Link copied to clipboard
static synchronized boolean hasInstance()
Content copied to clipboard
internal
Link copied to clipboard
isFileImportEnabled
Link copied to clipboard
boolean isFileImportEnabled()
Content copied to clipboard
isFlashButtonEnabled
Link copied to clipboard
boolean isFlashButtonEnabled()
Content copied to clipboard
isFlashOnByDefault
Link copied to clipboard
boolean isFlashOnByDefault()
Content copied to clipboard
isMultiPageEnabled
Link copied to clipboard
boolean isMultiPageEnabled()
Content copied to clipboard
isQRCodeScanningEnabled
Link copied to clipboard
boolean isQRCodeScanningEnabled()
Content copied to clipboard
isSupportedFormatsHelpScreenEnabled
Link copied to clipboard
boolean isSupportedFormatsHelpScreenEnabled()
Content copied to clipboard
newInstance
Link copied to clipboard
setInstance
Link copied to clipboard
setShouldShowOnboarding
Link copied to clipboard
shouldShowOnboarding
Link copied to clipboard
boolean shouldShowOnboarding()
Content copied to clipboard
shouldShowOnboardingAtFirstRun
Link copied to clipboard
boolean shouldShowOnboardingAtFirstRun()
Content copied to clipboard