IDColorOptions

public final class IDColorOptions implements Parcelable

Provides options to customize colors for label, background or text in ID Capture, Retry and Instruction Screens.

Constructors

Link copied to clipboard
public IDColorOptions IDColorOptions(String captureScreenBgColor, String captureScreenTopBarBgColor, String captureScreenCancelBtnTintColor, String captureScreenFrontIDLabelColor, String captureScreenBackIDLabelColor, String captureScreenToolbarTitleIdFrontTextColor, String captureScreenToolbarTitleIdBackTextColor, String topBarCancelBtnTextColor, String captureScreenErrorTextBgColor, String captureScreenErrorTextColor, String captureScreenSuccessTextBgColor, String captureScreenSuccessTextColor, String instructionScreenBackgroundColor, String instructionScreenLabelTextColor, String instructionScreenButtonTextColor, String instructionScreenLabelTextBgColor, String instructionScreenButtonBackgroundColor, String instructionScreenBackButtonTintColor, String retryScreenBackgroundColor, String retryScreenLabelTextColor, String retryScreenImageTintColor, String retryScreenDoneButtonTextColor, String retryScreenRetryButtonTextColor, String retryScreenDoneButtonBgColor, String retryScreenRetryButtonBgColor)

Properties

Link copied to clipboard

Option to set ID Capture screen back title label color.

Link copied to clipboard

Option to set Id Capture screen background color.

Link copied to clipboard

Option to set ID Capture screen cancel button tint color.

Link copied to clipboard

Option to set Id Capture screen error label background color.

Link copied to clipboard

Option to set Capture screen error label text color.

Link copied to clipboard

Option to set ID Capture screen front title label color.

Link copied to clipboard

Option to set Id capture screen success label background color.

Link copied to clipboard

Option to set Id Capture screen success label text color.

Link copied to clipboard

Option to set ID Capture screen toolbar back title label color.

Option to set ID Capture screen toolbar front title label color.

Link copied to clipboard

Option to set Id Capture screen Top bar background color.

Link copied to clipboard

Option to set Instruction screen Back button tint color.

Link copied to clipboard

Option to set Instructions screen background color.

Link copied to clipboard

Option to set Instruction screen button background color.

Link copied to clipboard

Option to set Instruction screen button text color.

Link copied to clipboard

Option to set Instructions screen label text background color.

Link copied to clipboard

Option to set Instructions screen label text color.

Link copied to clipboard

Option to set Retry screen background color.

Link copied to clipboard

Option to set Retry screen "Done" button background color.

Link copied to clipboard

Option to set Retry screen "Done" button text color.

Link copied to clipboard

Option to set Retry screen image tint color.

Link copied to clipboard

Option to set Retry screen "Id not Detected or not in focus, Please try again" text color.

Link copied to clipboard

Option to set Retry screen "Retry" button background color.

Link copied to clipboard

Option to set Retry screen "Retry" button text color.

Link copied to clipboard

Option to set Id Capture screen Top bar cancel text button text color.

Functions

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

Option to set ID Capture screen back title label color.

Link copied to clipboard

Option to set Id Capture screen background color.

Link copied to clipboard

Option to set ID Capture screen cancel button tint color.

Link copied to clipboard

Option to set Id Capture screen error label background color.

Link copied to clipboard

Option to set Capture screen error label text color.

Link copied to clipboard

Option to set ID Capture screen front title label color.

Link copied to clipboard

Option to set Id capture screen success label background color.

Link copied to clipboard

Option to set Id Capture screen success label text color.

Option to set ID Capture screen toolbar back title label color.

Option to set ID Capture screen toolbar front title label color.

Link copied to clipboard

Option to set Id Capture screen Top bar background color.

Link copied to clipboard

Option to set Instruction screen Back button tint color.

Link copied to clipboard

Option to set Instructions screen background color.

Option to set Instruction screen button background color.

Link copied to clipboard

Option to set Instruction screen button text color.

Link copied to clipboard

Option to set Instructions screen label text background color.

Link copied to clipboard

Option to set Instructions screen label text color.

Link copied to clipboard

Option to set Retry screen background color.

Link copied to clipboard

Option to set Retry screen "Done" button background color.

Link copied to clipboard

Option to set Retry screen "Done" button text color.

Link copied to clipboard

Option to set Retry screen image tint color.

Link copied to clipboard

Option to set Retry screen "Id not Detected or not in focus, Please try again" text color.

Link copied to clipboard

Option to set Retry screen "Retry" button background color.

Link copied to clipboard

Option to set Retry screen "Retry" button text color.

Link copied to clipboard

Option to set Id Capture screen Top bar cancel text button text color.

Link copied to clipboard
public final Unit setCaptureScreenBackIDLabelColor(String captureScreenBackIDLabelColor)

Option to set ID Capture screen back title label color.

Link copied to clipboard
public final Unit setCaptureScreenBgColor(String captureScreenBgColor)

Option to set Id Capture screen background color.

Link copied to clipboard
public final Unit setCaptureScreenCancelBtnTintColor(String captureScreenCancelBtnTintColor)

Option to set ID Capture screen cancel button tint color.

Link copied to clipboard
public final Unit setCaptureScreenErrorTextBgColor(String captureScreenErrorTextBgColor)

Option to set Id Capture screen error label background color.

Link copied to clipboard
public final Unit setCaptureScreenErrorTextColor(String captureScreenErrorTextColor)

Option to set Capture screen error label text color.

Link copied to clipboard
public final Unit setCaptureScreenFrontIDLabelColor(String captureScreenFrontIDLabelColor)

Option to set ID Capture screen front title label color.

Link copied to clipboard
public final Unit setCaptureScreenSuccessTextBgColor(String captureScreenSuccessTextBgColor)

Option to set Id capture screen success label background color.

Link copied to clipboard
public final Unit setCaptureScreenSuccessTextColor(String captureScreenSuccessTextColor)

Option to set Id Capture screen success label text color.

public final Unit setCaptureScreenToolbarTitleIdBackTextColor(String captureScreenToolbarTitleIdBackTextColor)

Option to set ID Capture screen toolbar back title label color.

public final Unit setCaptureScreenToolbarTitleIdFrontTextColor(String captureScreenToolbarTitleIdFrontTextColor)

Option to set ID Capture screen toolbar front title label color.

Link copied to clipboard
public final Unit setCaptureScreenTopBarBgColor(String captureScreenTopBarBgColor)

Option to set Id Capture screen Top bar background color.

Link copied to clipboard
public final Unit setInstructionScreenBackButtonTintColor(String instructionScreenBackButtonTintColor)

Option to set Instruction screen Back button tint color.

Link copied to clipboard
public final Unit setInstructionScreenBackgroundColor(String instructionScreenBackgroundColor)

Option to set Instructions screen background color.

public final Unit setInstructionScreenButtonBackgroundColor(String instructionScreenButtonBackgroundColor)

Option to set Instruction screen button background color.

Link copied to clipboard
public final Unit setInstructionScreenButtonTextColor(String instructionScreenButtonTextColor)

Option to set Instruction screen button text color.

Link copied to clipboard
public final Unit setInstructionScreenLabelTextBgColor(String instructionScreenLabelTextBgColor)

Option to set Instructions screen label text background color.

Link copied to clipboard
public final Unit setInstructionScreenLabelTextColor(String instructionScreenLabelTextColor)

Option to set Instructions screen label text color.

Link copied to clipboard
public final Unit setRetryScreenBackgroundColor(String retryScreenBackgroundColor)

Option to set Retry screen background color.

Link copied to clipboard
public final Unit setRetryScreenDoneButtonBgColor(String retryScreenDoneButtonBgColor)

Option to set Retry screen "Done" button background color.

Link copied to clipboard
public final Unit setRetryScreenDoneButtonTextColor(String retryScreenDoneButtonTextColor)

Option to set Retry screen "Done" button text color.

Link copied to clipboard
public final Unit setRetryScreenImageTintColor(String retryScreenImageTintColor)

Option to set Retry screen image tint color.

Link copied to clipboard
public final Unit setRetryScreenLabelTextColor(String retryScreenLabelTextColor)

Option to set Retry screen "Id not Detected or not in focus, Please try again" text color.

Link copied to clipboard
public final Unit setRetryScreenRetryButtonBgColor(String retryScreenRetryButtonBgColor)

Option to set Retry screen "Retry" button background color.

Link copied to clipboard
public final Unit setRetryScreenRetryButtonTextColor(String retryScreenRetryButtonTextColor)

Option to set Retry screen "Retry" button text color.

Link copied to clipboard
public final Unit setTopBarCancelBtnTextColor(String topBarCancelBtnTextColor)

Option to set Id Capture screen Top bar cancel text button text color.

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