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 captureBackgroundColor, String captureLabelColor, String captureSuccessLabelTextColor, String captureErrorLabelTextColor, String captureSuccessLabelBackgroundColor, String captureErrorLabelBackgroundColor, String instructionScreenBackgroundColor, String instructionScreenLabelTextColor, String instructionScreenButtonTextColor, String instructionScreenLabelTextBgColor, String instructionScreenButtonBackgroundColor, String retryScreenBackgroundColor, String retryScreenLabelTextColor, String retryScreenImageTintColor, String retryScreenButtonTextColor, String retryScreenButtonBackgroundColor, String topBarBackgroundColor, String topBarTitleTextColor, String instructionScreenBackButtonTintColor)

Properties

Link copied to clipboard

Option to set Capture screen background color.

Link copied to clipboard

Option to set 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 Capture screen label color.

Link copied to clipboard

Option to set Capture screen success label background color.

Link copied to clipboard

Option to set Capture screen success label text 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 button background color.

Link copied to clipboard

Option to set Retry screen button text color.

Link copied to clipboard

Option to set Retry screen image tint color.

Link copied to clipboard

Option to set Retry screen label text color.

Link copied to clipboard

Option to set Top bar background color.

Link copied to clipboard

Option to set Top bar title text color.

Functions

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

Option to set Capture screen background color.

Link copied to clipboard

Option to set 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 Capture screen label color.

Link copied to clipboard

Option to set Capture screen success label background color.

Link copied to clipboard

Option to set Capture screen success label text 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 button background color.

Link copied to clipboard

Option to set Retry screen button text color.

Link copied to clipboard

Option to set Retry screen image tint color.

Link copied to clipboard

Option to set Retry screen label text color.

Link copied to clipboard

Option to set Top bar background color.

Link copied to clipboard

Option to set Top bar title text color.

Link copied to clipboard
public final Unit setCaptureBackgroundColor(String captureBackgroundColor)

Option to set Capture screen background color.

Link copied to clipboard
public final Unit setCaptureErrorLabelBackgroundColor(String captureErrorLabelBackgroundColor)

Option to set Capture screen error label background color.

Link copied to clipboard
public final Unit setCaptureErrorLabelTextColor(String captureErrorLabelTextColor)

Option to set Capture screen error label text color.

Link copied to clipboard
public final Unit setCaptureLabelColor(String captureLabelColor)

Option to set Capture screen label color.

Link copied to clipboard
public final Unit setCaptureSuccessLabelBackgroundColor(String captureSuccessLabelBackgroundColor)

Option to set Capture screen success label background color.

Link copied to clipboard
public final Unit setCaptureSuccessLabelTextColor(String captureSuccessLabelTextColor)

Option to set Capture screen success label text 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 setRetryScreenButtonBackgroundColor(String retryScreenButtonBackgroundColor)

Option to set Retry screen button background color.

Link copied to clipboard
public final Unit setRetryScreenButtonTextColor(String retryScreenButtonTextColor)

Option to set Retry screen 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 label text color.

Link copied to clipboard
public final Unit setTopBarBackgroundColor(String topBarBackgroundColor)

Option to set Top bar background color.

Link copied to clipboard
public final Unit setTopBarTitleTextColor(String topBarTitleTextColor)

Option to set Top bar title text color.

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