ImportMethod

public enum ImportMethod

Enum of supported methods for importing documents.

Entries

NONE
Link copied to clipboard
NONE

Document was not imported.

PICKER
Link copied to clipboard
PICKER

Document was picked by using the document import button in the Camera Screen.

OPEN_WITH
Link copied to clipboard
OPEN_WITH

Document was sent from another app. It was "opened with" the app containing the Gini Vision Library.

Functions

asString
Link copied to clipboard
String asString()
forName
Link copied to clipboard
static Document.ImportMethod forName(@NonNull() String name)
valueOf
Link copied to clipboard
static Document.ImportMethod valueOf(String name)
values
Link copied to clipboard
static Array<Document.ImportMethodvalues()