SelfieLayoutOptions

public final class SelfieLayoutOptions implements Parcelable

Provides options to customize layout or position of labels in Selfie Capture, Retry and Instruction Screens.

Constructors

Link copied to clipboard
public SelfieLayoutOptions SelfieLayoutOptions(LabelGravity captureLabelGravity, CancelButtonGravity topBarCancelButtonGravity)

Properties

Link copied to clipboard

Option to set Capture screen prompt label position.

Link copied to clipboard

Option to set Capture screen top bar cancel button position.

Functions

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

Option to set Capture screen prompt label position.

Link copied to clipboard

Option to set Capture screen top bar cancel button position.

Link copied to clipboard
public final Unit setCaptureLabelGravity(LabelGravity captureLabelGravity)

Option to set Capture screen prompt label position.

Link copied to clipboard
public final Unit setTopBarCancelButtonGravity(CancelButtonGravity topBarCancelButtonGravity)

Option to set Capture screen top bar cancel button position.

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