SelfieImageOptions

public final class SelfieImageOptions implements Parcelable

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

Constructors

Link copied to clipboard
public SelfieImageOptions SelfieImageOptions(@DrawableRes() Integer captureSilhouetteImage, @DrawableRes() Integer retryScreenImage, @DrawableRes() Integer selfieInstructionImageResId, @DrawableRes() Integer selfieInstructionBackImageResId, @DrawableRes() Integer captureBottomBarImage, @DrawableRes() Integer closeTopBarImage)

Properties

Link copied to clipboard

Option to set bottom image in Capture screen.

Link copied to clipboard

Option to set Capture screen silhouette image.

Link copied to clipboard

Option to set image in top bar.

Link copied to clipboard

Option to set Retry screen image.

Link copied to clipboard

Option to set image in Instruction screen for back button.

Link copied to clipboard

Option to set image in Instruction screen for selfie.

Functions

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

Option to set bottom image in Capture screen.

Link copied to clipboard

Option to set Capture screen silhouette image.

Link copied to clipboard

Option to set image in top bar.

Link copied to clipboard

Option to set Retry screen image.

Link copied to clipboard

Option to set image in Instruction screen for back button.

Link copied to clipboard

Option to set image in Instruction screen for selfie.

Link copied to clipboard
public final Unit setCaptureBottomBarImage(Integer captureBottomBarImage)

Option to set bottom image in Capture screen.

Link copied to clipboard
public final Unit setCaptureSilhouetteImage(Integer captureSilhouetteImage)

Option to set Capture screen silhouette image.

Link copied to clipboard
public final Unit setCloseTopBarImage(Integer closeTopBarImage)

Option to set image in top bar.

Link copied to clipboard
public final Unit setRetryScreenImage(Integer retryScreenImage)

Option to set Retry screen image.

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