DocumentColorOptions

public final class DocumentColorOptions implements Parcelable

Constructors

Link copied to clipboard
public DocumentColorOptions DocumentColorOptions(String previewScreenBackgroundColor, String previewScreenTopViewBgColor, String previewScreenTitleLabelTextColor, String previewScreenRetryBtnBackgroundColor, String previewScreenRetryBtnTextColor, String previewScreenDoneBtnBackgroundColor, String previewScreenDoneBtnTextColor)

Functions

Link copied to clipboard
public abstract Integer describeContents()
Link copied to clipboard
Link copied to clipboard
public final Unit setPreviewScreenBackgroundColor(String previewScreenBackgroundColor)
Link copied to clipboard
public final Unit setPreviewScreenDoneBtnBackgroundColor(String previewScreenDoneBtnBackgroundColor)
Link copied to clipboard
public final Unit setPreviewScreenDoneBtnTextColor(String previewScreenDoneBtnTextColor)
Link copied to clipboard
public final Unit setPreviewScreenRetryBtnBackgroundColor(String previewScreenRetryBtnBackgroundColor)
Link copied to clipboard
public final Unit setPreviewScreenRetryBtnTextColor(String previewScreenRetryBtnTextColor)
Link copied to clipboard
public final Unit setPreviewScreenTitleLabelTextColor(String previewScreenTitleLabelTextColor)
Link copied to clipboard
public final Unit setPreviewScreenTopViewBgColor(String previewScreenTopViewBgColor)
Link copied to clipboard
public abstract Unit writeToParcel(Parcel p0, Integer p1)