| setBackground | @ColorInt int | Used to set the background color of the card bubble. |
| setCornerRadius | flot | Used to set the corner radius of the card bubble. |
| setBorderWidth | int | Used to set the Border width |
| setBorderColor | @ColorInt int | Used to set the Border color |
| setTextAppearance | @StyleRes int | Used to set the font style of the title. The object should include fontFamily, fontSize, and fontWeight. |
| setTextColor | @ColorInt int | Used to set the color of the title. |
| setButtonBackgroundColor | ButtonStyleInterface | Used to customize the style of buttons. |
| setButtonTextColor | @ColorInt int | Used to set Button text color. |
| setButtonTextAppearance | @StyleRes int | Used to set Button text appearance |
| setContentBackgroundColor | @ColorInt int | Used to set Content background color |
| setButtonSeparatorColor | @ColorInt int | Used to set Button separator color |
| setProgressBarTintColor | @ColorInt int | Used to set the color of the image in the card. |
| setQuickViewStyle | QuickViewStyle | Used to set the QuickView style |
| setImageBubbleStyle | ImageBubbleStyle | Used to set how to resize the image in the card. |