Type

public enum Type

Supported document types.

Entries

IMAGE
Link copied to clipboard
IMAGE

The document is an image of type jpeg, png or gif.

PDF
Link copied to clipboard
PDF

The document is a PDF.

QRCode
Link copied to clipboard
QRCode

The document is a payment QR Code.

IMAGE_MULTI_PAGE
Link copied to clipboard
IMAGE_MULTI_PAGE

The document contains multiple images.

QR_CODE_MULTI_PAGE
Link copied to clipboard
QR_CODE_MULTI_PAGE

The document contains multiple QR Codes.

PDF_MULTI_PAGE
Link copied to clipboard
PDF_MULTI_PAGE

The document contains multiple PDFs.

Functions

valueOf
Link copied to clipboard
static Document.Type valueOf(String name)
values
Link copied to clipboard
static Array<Document.Typevalues()