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 idFrontOverlayImage, @DrawableRes() Integer idBackOverlayImage, @DrawableRes() Integer idInstructionImageResId, @DrawableRes() Integer idInstructionBackImageResId, @DrawableRes() Integer documentInstructionImageResId, @DrawableRes() Integer captureBottomBarImage, @DrawableRes() Integer closeTopBarImage)

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 Instruction screen for Document Capture.

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 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 Instruction screen for Document Capture.

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 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 setCloseTopBarImage(Integer closeTopBarImage)

Option to set bottom image in Capture screen.

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)