CallToAction | Button SDK for Android v7.0.0

Packages

Interfaces

Classes

Enums

CallToAction Class

Overview

Call to action for a Checkout Card. The call to action is displayed in the footer when a card is in the active state.

Summary

Public Constructors
CallToAction(int icon, String text, int textColor)
Creates a new checkout card call to action.

Public Methods

Method Return Type
getIcon int
getText String
getTextColor int
setIcon void
setText void
setTextColor void

Public Constructors

CallToAction(int icon, String text, int textColor)

Creates a new checkout card call to action.

Parameters
Parameter Description
icon display icon drawable resource id.
text display text string.
textColor display text color hex value.