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, Integer labelFontSize, Integer labelPromptFontSize, @FontRes() Integer instructionScreenLabelFont, @FontRes() Integer instructionScreenButtonFont, @FontRes() Integer instructionScreenLabelFontSize, @FontRes() Integer instructionScreenButtonFontSize, @FontRes() Integer retryScreenLabelFont, @FontRes() Integer retryScreenButtonFont, @FontRes() Integer retryScreenLabelFontSize, @FontRes() Integer retryScreenButtonFontSize, @FontRes() Integer cameraScreenCancelBtnTextFontSize)

Properties

Link copied to clipboard

Option to set Retry screen button font size.

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 Capture screen label font size. Unit Type is TypedValue.COMPLEX_UNIT_SP

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 button font type.

Link copied to clipboard

Option to set Retry screen button font size.

Link copied to clipboard

Option to set Retry screen label font type.

Link copied to clipboard

Option to set Retry screen label font size.

Functions

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

Option to set Retry screen button font size.

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 getLabelFontSize()

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

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 button font type.

Link copied to clipboard

Option to set Retry screen button font size.

Link copied to clipboard

Option to set Retry screen label font type.

Link copied to clipboard

Option to set Retry screen label font size.

Link copied to clipboard
public final Unit setCameraScreenCancelBtnTextFontSize(Integer cameraScreenCancelBtnTextFontSize)

Option to set Retry screen button font size.

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 setLabelFontSize(Integer labelFontSize)

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

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 setRetryScreenButtonFont(Integer retryScreenButtonFont)

Option to set Retry screen button font type.

Link copied to clipboard
public final Unit setRetryScreenButtonFontSize(Integer retryScreenButtonFontSize)

Option to set Retry screen button font size.

Link copied to clipboard
public final Unit setRetryScreenLabelFont(Integer retryScreenLabelFont)

Option to set Retry screen label font type.

Link copied to clipboard
public final Unit setRetryScreenLabelFontSize(Integer retryScreenLabelFontSize)

Option to set Retry screen label font size.

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