IDImageOptions

public final class IDImageOptions implements Parcelable

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

Constructors

Link copied to clipboard
public IDImageOptions IDImageOptions(@DrawableRes() Integer retryScreenImage, @DrawableRes() Integer captureScreenIdFrontOverlayImage, @DrawableRes() Integer captureScreenIdBackOverlayImage, @DrawableRes() Integer idInstructionImageResId, @DrawableRes() Integer idInstructionBackImageResId, @DrawableRes() Integer documentInstructionImageResId, @DrawableRes() Integer captureBottomBarImage, @DrawableRes() Integer captureScreenCancelBtnImage)

Properties

Link copied to clipboard

Option to set bottom image in Capture screen.

Link copied to clipboard

Option to set bottom image in Capture screen.

Link copied to clipboard

Option to set image in Back Overlay for ID.

Link copied to clipboard

Option to set image in Front Overlay for ID.

Link copied to clipboard

Option to set image in Instruction screen for Document Capture.

Link copied to clipboard

Option to set image in Instruction screen for back button.

Link copied to clipboard

Option to set image in Instruction screen for ID.

Link copied to clipboard

Option to set Retry screen image.

Functions

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

Option to set bottom image in Capture screen.

Link copied to clipboard

Option to set bottom image in Capture screen.

Link copied to clipboard

Option to set image in Back Overlay for ID.

Link copied to clipboard

Option to set image in Front Overlay for ID.

Link copied to clipboard

Option to set image in Instruction screen for Document Capture.

Link copied to clipboard

Option to set image in Instruction screen for back button.

Link copied to clipboard

Option to set image in Instruction screen for ID.

Link copied to clipboard

Option to set Retry screen image.

Link copied to clipboard
public final Unit setCaptureBottomBarImage(Integer captureBottomBarImage)

Option to set bottom image in Capture screen.

Link copied to clipboard
public final Unit setCaptureScreenCancelBtnImage(Integer captureScreenCancelBtnImage)

Option to set bottom image in Capture screen.

Link copied to clipboard
public final Unit setCaptureScreenIdBackOverlayImage(Integer captureScreenIdBackOverlayImage)

Option to set image in Back Overlay for ID.

Link copied to clipboard
public final Unit setCaptureScreenIdFrontOverlayImage(Integer captureScreenIdFrontOverlayImage)

Option to set image in Front Overlay for ID.

Link copied to clipboard
public final Unit setDocumentInstructionImageResId(Integer documentInstructionImageResId)

Option to set image in Instruction screen for Document Capture.

Link copied to clipboard
public final Unit setIdInstructionBackImageResId(Integer idInstructionBackImageResId)

Option to set image in Instruction screen for back button.

Link copied to clipboard
public final Unit setIdInstructionImageResId(Integer idInstructionImageResId)

Option to set image in Instruction screen for ID.

Link copied to clipboard
public final Unit setRetryScreenImage(Integer retryScreenImage)

Option to set Retry screen image.

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