public static interface

BrowserInterface.Footer

com.usebutton.sdk.purchasepath.BrowserInterface.Footer

Class Overview

Footer chrome for the embedded browser.

Summary

Public Methods
abstract int getBackgroundColor()
Returns the current background color of the browser footer.
abstract int getTintColor()
Returns the current tint (accent) color of the browser footer.
abstract void setBackgroundColor(int color)
Sets the background color for the browser footer.
abstract void setTintColor(int color)
Sets the tint (accent) color for the browser footer.

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.