public interface

CheckoutInterface

com.usebutton.sdk.checkout.CheckoutInterface

Class Overview

Interface containing methods that a publisher can use to customize the experience of the

Summary

Public Methods
abstract void setBottomBarColor(int color)
Sets the primary color of the bottom bar in the checkout experience.
abstract void setBottomBarTintColor(int color)
Sets the tint color of the bottom bar in the the checkout experience.
abstract void setSubTitle(String subTitle)
Sets the sub title of the checkout experience.
abstract void setSubTitleColor(int color)
Sets the color of the sub title of in the checkout experience.
abstract void setTitle(String title)
Sets the main title of the checkout experience.
abstract void setTitleColor(int color)
Sets the color of the main title of in the checkout experience.
abstract void setTopBarColor(int color)
Sets the primary color of the top bar in the checkout experience.
abstract void setTopBarTintColor(int color)
Sets the tint color of the top bar in the checkout experience.

Public Methods

public abstract void setBottomBarColor (int color)

Sets the primary color of the bottom bar in the checkout experience.

Parameters
color ColorInt Color

public abstract void setBottomBarTintColor (int color)

Sets the tint color of the bottom bar in the the checkout experience.

Parameters
color ColorInt Color

public abstract void setSubTitle (String subTitle)

Sets the sub title of the checkout experience.

Parameters
subTitle The title

public abstract void setSubTitleColor (int color)

Sets the color of the sub title of in the checkout experience.

Parameters
color ColorInt Color

public abstract void setTitle (String title)

Sets the main title of the checkout experience.

Parameters
title The title

public abstract void setTitleColor (int color)

Sets the color of the main title of in the checkout experience.

Parameters
color ColorInt Color

public abstract void setTopBarColor (int color)

Sets the primary color of the top bar in the checkout experience.

Parameters
color ColorInt Color

public abstract void setTopBarTintColor (int color)

Sets the tint color of the top bar in the checkout experience.

Parameters
color ColorInt Color