VideoIdCaptureCustomizationOptions

public final class VideoIdCaptureCustomizationOptions implements Parcelable

Provides Video ID Capture Customization options.

Properties

Link copied to clipboard

Option to set text to read at end of Video ID capture. Type: String
nullable: true

Link copied to clipboard

Option to set text to Background Color read at end of Video ID capture.

Link copied to clipboard

Option to set text Color read at end of Video ID capture.

Functions

Link copied to clipboard
public abstract Integer describeContents()
Link copied to clipboard
public final String getTextToRead()

Option to set text to read at end of Video ID capture. Type: String
nullable: true

Link copied to clipboard

Option to set text to Background Color read at end of Video ID capture.

Link copied to clipboard

Option to set text Color read at end of Video ID capture.

Link copied to clipboard
public final Unit setTextToRead(String textToRead)

Option to set text to read at end of Video ID capture. Type: String
nullable: true

Link copied to clipboard
public final Unit setTextToReadBackgroundColor(String textToReadBackgroundColor)

Option to set text to Background Color read at end of Video ID capture.

Link copied to clipboard
public final Unit setTextToReadTextColor(String textToReadTextColor)

Option to set text Color read at end of Video ID capture.

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