SelfieFontOptions

public final class SelfieFontOptions implements Parcelable

Provides options to customize font of label or text in Selfie Capture, Retry and Instruction Screens.

Constructors

Link copied to clipboard
public SelfieFontOptions SelfieFontOptions(@FontRes() Integer labelFont, @FontRes() Integer labelPromptFont, Integer labelPromptFontSize, Integer captureScreenToolbarTitleTextFontSize, @FontRes() Integer captureScreenToolbarTitleTextFont, Integer captureScreenCancelBtnTextFontSize, @FontRes() Integer instructionScreenLabelFont, @FontRes() Integer instructionScreenButtonFont, @FontRes() Integer instructionScreenLabelFontSize, @FontRes() Integer instructionScreenButtonFontSize, @FontRes() Integer retryScreenLabelTextFont, Integer retryScreenLabelTextFontSize, @FontRes() Integer retryScreenDoneButtonFont, Integer retryScreenDoneButtonFontSize, @FontRes() Integer retryScreenRetryButtonFont, Integer retryScreenRetryButtonFontSize)

Properties

Link copied to clipboard

Option to set Selfie capture screen cancel text button font size.

Link copied to clipboard

Option to set Selfie Capture screen toolbar title font. Unit Type is R.font.custom_font

Link copied to clipboard

Option to set Selfie Capture screen toolbar title font size. Unit Type is 18

Link copied to clipboard

Option to set Instruction screen button font type.

Link copied to clipboard

Option to set Instruction screen button font size.

Link copied to clipboard

Option to set Instruction screen label font type.

Link copied to clipboard

Option to set Instruction screen label font size.

Link copied to clipboard

Option to set Capture screen label font type.

Link copied to clipboard

Option to set Selfie capture Error Prompt font.

Link copied to clipboard

Option to set Capture screen label prompt font size. Unit Type is TypedValue.COMPLEX_UNIT_SP

Link copied to clipboard

Option to set Retry screen "Done" button font type.

Link copied to clipboard

Option to set Retry screen "Done" button font size.

Link copied to clipboard

Option to set Retry screen text "Live face not detected" font type.

Link copied to clipboard

Option to set Retry screen text "Live face not detected" font size.

Link copied to clipboard

Option to set Retry screen "Retry" button font type.

Link copied to clipboard

Option to set Retry screen "Retry" button font size.

Functions

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

Option to set Selfie capture screen cancel text button font size.

Link copied to clipboard

Option to set Selfie Capture screen toolbar title font. Unit Type is R.font.custom_font

Link copied to clipboard

Option to set Selfie Capture screen toolbar title font size. Unit Type is 18

Link copied to clipboard

Option to set Instruction screen button font type.

Link copied to clipboard

Option to set Instruction screen button font size.

Link copied to clipboard

Option to set Instruction screen label font type.

Link copied to clipboard

Option to set Instruction screen label font size.

Link copied to clipboard
public final Integer getLabelFont()

Option to set Capture screen label font type.

Link copied to clipboard
public final Integer getLabelPromptFont()

Option to set Selfie capture Error Prompt font.

Link copied to clipboard

Option to set Capture screen label prompt font size. Unit Type is TypedValue.COMPLEX_UNIT_SP

Link copied to clipboard

Option to set Retry screen "Done" button font type.

Link copied to clipboard

Option to set Retry screen "Done" button font size.

Link copied to clipboard

Option to set Retry screen text "Live face not detected" font type.

Link copied to clipboard

Option to set Retry screen text "Live face not detected" font size.

Link copied to clipboard

Option to set Retry screen "Retry" button font type.

Link copied to clipboard

Option to set Retry screen "Retry" button font size.

Link copied to clipboard
public final Unit setCaptureScreenCancelBtnTextFontSize(Integer captureScreenCancelBtnTextFontSize)

Option to set Selfie capture screen cancel text button font size.

Link copied to clipboard
public final Unit setCaptureScreenToolbarTitleTextFont(Integer captureScreenToolbarTitleTextFont)

Option to set Selfie Capture screen toolbar title font. Unit Type is R.font.custom_font

Link copied to clipboard
public final Unit setCaptureScreenToolbarTitleTextFontSize(Integer captureScreenToolbarTitleTextFontSize)

Option to set Selfie Capture screen toolbar title font size. Unit Type is 18

Link copied to clipboard
public final Unit setInstructionScreenButtonFont(Integer instructionScreenButtonFont)

Option to set Instruction screen button font type.

Link copied to clipboard
public final Unit setInstructionScreenButtonFontSize(Integer instructionScreenButtonFontSize)

Option to set Instruction screen button font size.

Link copied to clipboard
public final Unit setInstructionScreenLabelFont(Integer instructionScreenLabelFont)

Option to set Instruction screen label font type.

Link copied to clipboard
public final Unit setInstructionScreenLabelFontSize(Integer instructionScreenLabelFontSize)

Option to set Instruction screen label font size.

Link copied to clipboard
public final Unit setLabelFont(Integer labelFont)

Option to set Capture screen label font type.

Link copied to clipboard
public final Unit setLabelPromptFont(Integer labelPromptFont)

Option to set Selfie capture Error Prompt font.

Link copied to clipboard
public final Unit setLabelPromptFontSize(Integer labelPromptFontSize)

Option to set Capture screen label prompt font size. Unit Type is TypedValue.COMPLEX_UNIT_SP

Link copied to clipboard
public final Unit setRetryScreenDoneButtonFont(Integer retryScreenDoneButtonFont)

Option to set Retry screen "Done" button font type.

Link copied to clipboard
public final Unit setRetryScreenDoneButtonFontSize(Integer retryScreenDoneButtonFontSize)

Option to set Retry screen "Done" button font size.

Link copied to clipboard
public final Unit setRetryScreenLabelTextFont(Integer retryScreenLabelTextFont)

Option to set Retry screen text "Live face not detected" font type.

Link copied to clipboard
public final Unit setRetryScreenLabelTextFontSize(Integer retryScreenLabelTextFontSize)

Option to set Retry screen text "Live face not detected" font size.

Link copied to clipboard
public final Unit setRetryScreenRetryButtonFont(Integer retryScreenRetryButtonFont)

Option to set Retry screen "Retry" button font type.

Link copied to clipboard
public final Unit setRetryScreenRetryButtonFontSize(Integer retryScreenRetryButtonFontSize)

Option to set Retry screen "Retry" button font size.

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