ImportMethod

Enum of supported methods for importing documents.

enum ImportMethod

Constructors

ImportMethod
Link copied to clipboard
void ImportMethod(String name)

Entries

OPEN_WITH
Link copied to clipboard

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

OPEN_WITH
PICKER
Link copied to clipboard

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

PICKER
NONE
Link copied to clipboard

Document was not imported.

NONE

Functions

asString
Link copied to clipboard
String asString()
forName
Link copied to clipboard
static Document.ImportMethod forName(String name)