Builder

class Builder

This class is used for building the DSAppearance Object

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
fun build(): DSAppearance

Used for building a DSAppearance object

Link copied to clipboard
fun setActionBarColor(actionBarColor: ColorDrawable?): DSAppearance.Builder

Used to set ActionBar Background color

Link copied to clipboard
fun setActionBarLogo(actionBarLogo: Drawable?): DSAppearance.Builder

Used to set ActionBar Logo

Link copied to clipboard
fun setActionBarTitleTextColor(actionBarTitleTextColor: ColorDrawable?): DSAppearance.Builder

Used to set ActionBar Title Color

Link copied to clipboard
fun setBottomToolbarButtonColor(bottomToolbarButtonColor: ColorDrawable?): DSAppearance.Builder

Used to set Bottom Toolbar button color

Link copied to clipboard
fun setBottomToolbarButtonTextColor(bottomToolbarButtonTextColor: ColorDrawable?): DSAppearance.Builder

Used to set Bottom Toolbar button text Color

Link copied to clipboard
fun setBottomToolbarColor(bottomToolbarColor: ColorDrawable?): DSAppearance.Builder

Used to set Bottom Toolbar color

Link copied to clipboard
fun setBottomToolbarDocuSignImageVisibility(bottomToolbarDocuSignImageVisibility: Boolean): DSAppearance.Builder

Used to set Boolean to set Bottom Toolbar DocuSign Image visibility for Signing screen Note: default value is true

Link copied to clipboard
fun setButtonColor(buttonColor: ColorDrawable?): DSAppearance.Builder

Used to set Button background color

Link copied to clipboard
fun setButtonTextColor(buttonColor: ColorDrawable?): DSAppearance.Builder

Used to set Button background text color

Link copied to clipboard
fun setStatusBarColor(statusBarColor: ColorDrawable?): DSAppearance.Builder

Used to set StatusBar Color StatusBar color is applied to devices with OS >= LOLLIPOP