IDCaptureCustomizationOptions

public final class IDCaptureCustomizationOptions implements Parcelable

Provides ID Capture Customization options to customize Capture, Retry and Instruction Screens.

Constructors

Link copied to clipboard
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData, Boolean enableIDCapture4K, Boolean enableIdInstructionScreen, Boolean enableDocumentInstructionScreen, IDCaptureOptions captureOptions, IDStringOptions stringOptions, IDColorOptions colorOptions, IDFontOptions fontOptions, IDImageOptions imageOptions, IDLayoutOptions layoutOptions, Boolean enablePassportNfc, Boolean performIdCaptureBeforeSelfie)
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData, Boolean enableIDCapture4K, Boolean enableIdInstructionScreen, Boolean enableDocumentInstructionScreen, IDCaptureOptions captureOptions, IDStringOptions stringOptions, IDColorOptions colorOptions, IDFontOptions fontOptions, IDImageOptions imageOptions, IDLayoutOptions layoutOptions, Boolean enablePassportNfc)
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData, Boolean enableIDCapture4K, Boolean enableIdInstructionScreen, Boolean enableDocumentInstructionScreen, IDCaptureOptions captureOptions, IDStringOptions stringOptions, IDColorOptions colorOptions, IDFontOptions fontOptions, IDImageOptions imageOptions, IDLayoutOptions layoutOptions)
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData, Boolean enableIDCapture4K, Boolean enableIdInstructionScreen, Boolean enableDocumentInstructionScreen, IDCaptureOptions captureOptions, IDStringOptions stringOptions, IDColorOptions colorOptions, IDFontOptions fontOptions, IDImageOptions imageOptions)
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData, Boolean enableIDCapture4K, Boolean enableIdInstructionScreen, Boolean enableDocumentInstructionScreen, IDCaptureOptions captureOptions, IDStringOptions stringOptions, IDColorOptions colorOptions, IDFontOptions fontOptions)
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData, Boolean enableIDCapture4K, Boolean enableIdInstructionScreen, Boolean enableDocumentInstructionScreen, IDCaptureOptions captureOptions, IDStringOptions stringOptions, IDColorOptions colorOptions)
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData, Boolean enableIDCapture4K, Boolean enableIdInstructionScreen, Boolean enableDocumentInstructionScreen, IDCaptureOptions captureOptions, IDStringOptions stringOptions)
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData, Boolean enableIDCapture4K, Boolean enableIdInstructionScreen, Boolean enableDocumentInstructionScreen, IDCaptureOptions captureOptions)
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData, Boolean enableIDCapture4K, Boolean enableIdInstructionScreen, Boolean enableDocumentInstructionScreen)
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData, Boolean enableIDCapture4K, Boolean enableIdInstructionScreen)
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData, Boolean enableIDCapture4K)
public IDCaptureCustomizationOptions IDCaptureCustomizationOptions(Boolean enableRealIDDetection, Boolean enableUploadIDData)

Properties

Link copied to clipboard

Options to set default capture options.

Link copied to clipboard

Options to set default color options.

Link copied to clipboard

Options to enable id Instructions before ID capture. Type: Boolean
nullable: false

Link copied to clipboard

Options to enable id capture 4k. Type: Boolean
nullable: false

Link copied to clipboard

Options to enable id Instructions before ID capture. Type: Boolean
nullable: false

Link copied to clipboard

Options to enable to passport NFC scanning. Type: Boolean
nullable: false

Link copied to clipboard

Options to enable real id detection. Type: Boolean
nullable: false

Link copied to clipboard

Options to enable upload id data. Type: Boolean
nullable: false

Link copied to clipboard
private final IDFontOptions fontOptions

Options to set default font options.

Link copied to clipboard

Options to set default image options.

Link copied to clipboard

Options to set default layout options.

Link copied to clipboard

Options to perform ID capture before Selfie capture for services which require both. Type: Boolean
nullable: false

Link copied to clipboard

Options to set default string options.

Functions

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

Options to set default capture options.

Link copied to clipboard

Options to set default color options.

Link copied to clipboard

Options to enable id Instructions before ID capture. Type: Boolean
nullable: false

Link copied to clipboard

Options to enable id capture 4k. Type: Boolean
nullable: false

Link copied to clipboard

Options to enable id Instructions before ID capture. Type: Boolean
nullable: false

Link copied to clipboard

Options to enable to passport NFC scanning. Type: Boolean
nullable: false

Link copied to clipboard

Options to enable real id detection. Type: Boolean
nullable: false

Link copied to clipboard

Options to enable upload id data. Type: Boolean
nullable: false

Link copied to clipboard

Options to set default font options.

Link copied to clipboard

Options to set default image options.

Link copied to clipboard

Options to set default layout options.

Link copied to clipboard

Options to perform ID capture before Selfie capture for services which require both. Type: Boolean
nullable: false

Link copied to clipboard

Options to set default string options.

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

Options to enable id Instructions before ID capture. Type: Boolean
nullable: false

Link copied to clipboard
public final Unit setEnableIDCapture4K(Boolean enableIDCapture4K)

Options to enable id capture 4k. Type: Boolean
nullable: false

Link copied to clipboard
public final Unit setEnableIdInstructionScreen(Boolean enableIdInstructionScreen)

Options to enable id Instructions before ID capture. Type: Boolean
nullable: false

Link copied to clipboard
public final Unit setEnablePassportNfc(Boolean enablePassportNfc)

Options to enable to passport NFC scanning. Type: Boolean
nullable: false

Link copied to clipboard
public final Unit setEnableRealIDDetection(Boolean enableRealIDDetection)

Options to enable real id detection. Type: Boolean
nullable: false

Link copied to clipboard
public final Unit setEnableUploadIDData(Boolean enableUploadIDData)

Options to enable upload id data. Type: Boolean
nullable: false

Link copied to clipboard
public final Unit setPerformIdCaptureBeforeSelfie(Boolean performIdCaptureBeforeSelfie)

Options to perform ID capture before Selfie capture for services which require both. Type: Boolean
nullable: false

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