SelfieCaptureCustomizationOptions

public final class SelfieCaptureCustomizationOptions implements Parcelable

Provides Selfie Capture Customization options to customize Capture, Retry and Instruction Screens.

Constructors

Link copied to clipboard
public SelfieCaptureCustomizationOptions SelfieCaptureCustomizationOptions(Boolean enableSelfieInstructionScreen, SelfieCaptureOptions captureOptions, SelfieStringOptions stringOptions, SelfieColorOptions colorOptions, SelfieFontOptions fontOptions, SelfieImageOptions imageOptions, SelfieLayoutOptions layoutOptions)
public SelfieCaptureCustomizationOptions SelfieCaptureCustomizationOptions(Boolean enableSelfieInstructionScreen, SelfieCaptureOptions captureOptions, SelfieStringOptions stringOptions, SelfieColorOptions colorOptions, SelfieFontOptions fontOptions, SelfieImageOptions imageOptions)
public SelfieCaptureCustomizationOptions SelfieCaptureCustomizationOptions(Boolean enableSelfieInstructionScreen, SelfieCaptureOptions captureOptions, SelfieStringOptions stringOptions, SelfieColorOptions colorOptions, SelfieFontOptions fontOptions)
public SelfieCaptureCustomizationOptions SelfieCaptureCustomizationOptions(Boolean enableSelfieInstructionScreen, SelfieCaptureOptions captureOptions, SelfieStringOptions stringOptions, SelfieColorOptions colorOptions)

Properties

Link copied to clipboard

Options to set default capture options.

Link copied to clipboard

Options to set default color options.

Link copied to clipboard

Option to enable selfie Instructions before selfie capture. Type: Boolean
nullable: false

Link copied to clipboard

Options to set default font options.

Link copied to clipboard

Options to set default image options.

Link copied to clipboard

Options to set default layout options.

Link copied to clipboard

Options to set default string options.

Functions

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

Options to set default capture options.

Link copied to clipboard

Options to set default color options.

Link copied to clipboard

Option to enable selfie Instructions before selfie capture. Type: Boolean
nullable: false

Link copied to clipboard

Options to set default font options.

Link copied to clipboard

Options to set default image options.

Link copied to clipboard

Options to set default layout options.

Link copied to clipboard

Options to set default string options.

Link copied to clipboard
public final Unit setEnableSelfieInstructionScreen(Boolean enableSelfieInstructionScreen)

Option to enable selfie Instructions before selfie capture. Type: Boolean
nullable: false

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