DocumentCaptureCustomizationOptions

public final class DocumentCaptureCustomizationOptions implements Parcelable

Provides Document Capture Customization options.

Constructors

Link copied to clipboard
public DocumentCaptureCustomizationOptions DocumentCaptureCustomizationOptions(Boolean enableDocumentInstructionScreen, Boolean enableDocumentCapture, Boolean enableDocumentUpload, Long documentDefault_size, Boolean enableDocumentPreview)
public DocumentCaptureCustomizationOptions DocumentCaptureCustomizationOptions(Boolean enableDocumentInstructionScreen, Boolean enableDocumentCapture, Boolean enableDocumentUpload, Long documentDefault_size)
public DocumentCaptureCustomizationOptions DocumentCaptureCustomizationOptions(Boolean enableDocumentInstructionScreen, Boolean enableDocumentCapture, Boolean enableDocumentUpload)
public DocumentCaptureCustomizationOptions DocumentCaptureCustomizationOptions(Boolean enableDocumentInstructionScreen, Boolean enableDocumentCapture)

Properties

Link copied to clipboard

Option to upload PDF document or Image file using File Manager. Type: Boolean
nullable: false

Link copied to clipboard

Capture document using camera. Type: Boolean
nullable: false

Link copied to clipboard

Option to enable Document Instructions before Document capture/upload. Type: Boolean
nullable: false

Link copied to clipboard

Option to preview for Image file using File Manager and Document upload. Type: Boolean
nullable: false

Link copied to clipboard

Option to upload PDF document or Image file using File Manager. Type: Boolean
nullable: false

Functions

Link copied to clipboard
public abstract Integer describeContents()
Link copied to clipboard

Option to upload PDF document or Image file using File Manager. Type: Boolean
nullable: false

Link copied to clipboard

Capture document using camera. Type: Boolean
nullable: false

Link copied to clipboard

Option to enable Document Instructions before Document capture/upload. Type: Boolean
nullable: false

Link copied to clipboard

Option to preview for Image file using File Manager and Document upload. Type: Boolean
nullable: false

Link copied to clipboard

Option to upload PDF document or Image file using File Manager. Type: Boolean
nullable: false

Link copied to clipboard
public final Unit setDocumentDefault_size(Long documentDefault_size)

Option to upload PDF document or Image file using File Manager. Type: Boolean
nullable: false

Link copied to clipboard
public final Unit setEnableDocumentCapture(Boolean enableDocumentCapture)

Capture document using camera. Type: Boolean
nullable: false

Link copied to clipboard
public final Unit setEnableDocumentInstructionScreen(Boolean enableDocumentInstructionScreen)

Option to enable Document Instructions before Document capture/upload. Type: Boolean
nullable: false

Link copied to clipboard
public final Unit setEnableDocumentPreview(Boolean enableDocumentPreview)

Option to preview for Image file using File Manager and Document upload. Type: Boolean
nullable: false

Link copied to clipboard
public final Unit setEnableDocumentUpload(Boolean enableDocumentUpload)

Option to upload PDF document or Image file using File Manager. Type: Boolean
nullable: false

Link copied to clipboard
public abstract Unit writeToParcel(Parcel p0, Integer p1)