DocumentImportEnabledFileTypes

public enum DocumentImportEnabledFileTypes

Use this enum to select the file types to be allowed for document import in the Camera Screen.

Entries

Link copied to clipboard
NONE

No file types allowed and disables document import.

Link copied to clipboard
PDF

Only PDFs can be imported.

Link copied to clipboard
IMAGES

Only images (jpeg, png and gif) can be imported.

Link copied to clipboard
PDF_AND_IMAGES

PDFs and images (jpeg, png and gif) can be imported.

Functions

Link copied to clipboard
static DocumentImportEnabledFileTypes valueOf(String name)
Link copied to clipboard
static Array<DocumentImportEnabledFileTypes> values()