CallToAction | Button SDK for Android v7.0.0
Packages
- com.usebutton.sdk
- com.usebutton.sdk.action
- com.usebutton.sdk.autofill
- com.usebutton.sdk.boost
- com.usebutton.sdk.browser
- com.usebutton.sdk.configuration
- com.usebutton.sdk.context
- com.usebutton.sdk.debug
- com.usebutton.sdk.exception
- com.usebutton.sdk.impression
- com.usebutton.sdk.models
- com.usebutton.sdk.personalization
- com.usebutton.sdk.purchasepath
- com.usebutton.sdk.user
Interfaces
- BrowserInterface
- BrowserInterface.Footer
- BrowserInterface.Header
- BrowserPage
- BrowserPage.DomResultListener
- CardList
- CheckoutPage
- ProductPage
- PurchasePage
- PurchasePath.Listener
- PurchasePathExtension
- PurchasePathInterface
- PurchasePathListener
Classes
- BrowserChromeClient
- CallToAction
- Card
- Commission
- Product
- PurchasePath
- PurchasePathRequest
- TextCard
- TextCard.Builder
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. |