# Package Index

- ### 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

- ### Commission.CommissionType

# BrowserInterface.Footer

## Class Overview

Footer chrome for the embedded browser.

## Summary

| Public Methods |
| --- |
| abstract int [getBackgroundColor](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/purchasepath/BrowserInterface.Footer.html#getBackgroundColor()) |
| abstract int [getTintColor](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/purchasepath/BrowserInterface.Footer.html#getTintColor()) |
| abstract void [setBackgroundColor](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/purchasepath/BrowserInterface.Footer.html#setBackgroundColor(int))(int color) |
| abstract void [setTintColor](https://building.usebutton.com/button-android/latest/reference/com/usebutton/sdk/purchasepath/BrowserInterface.Footer.html#setTintColor(int))(int color) |

## Public Methods

#### public abstract int getBackgroundColor()

Returns the current background color of the browser footer.

##### Returns
- The hex value of the footer background color.

#### public abstract int getTintColor()

Returns the current tint (accent) color of the browser footer.

##### Returns
- The hex value of the tint (accent) color.

#### public abstract void setBackgroundColor(int color)

Sets the background color for the browser footer.

##### Parameters
| color | The hex value of the background color. |

#### public abstract void setTintColor(int color)

Sets the tint (accent) color for the browser footer. The tint is applied to non-text UI elements.

##### Parameters
| color | The hex value of the tint (accent) color. |
