java.lang.Object | |
↳ | com.usebutton.sdk.purchasepath.TextCard.Builder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builds the text card.
| |||||||||||
The background color of the card view.
| |||||||||||
The color with which the body will be displayed.
| |||||||||||
The title size in sp.
| |||||||||||
The font with which the body will be displayed.
| |||||||||||
The color with which the title will be displayed.
| |||||||||||
The title size in sp.
| |||||||||||
The font with which the title will be displayed.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructor
callToAction | Call to action that will be displayed when the card is "active". |
---|---|
title | The title of the card to be displayed in the card's view. |
body | The body of the card to be displayed in the card's view. |
The background color of the card view. Defaults to #0CAC56 (Green).
The color with which the body will be displayed. Defaults to Color#WHITE.
The title size in sp. Default to DEFAULT_TEXT_SIZE_BODY
.
The font with which the body will be displayed. Defaults to Typeface#DEFAULT.
The color with which the title will be displayed. Defaults to Color#WHITE.
The title size in sp. Default to DEFAULT_TEXT_SIZE_TITLE
.
The font with which the title will be displayed. Defaults to Typeface#DEFAULT.