com.usebutton.sdk.purchasepath.BrowserInterface.Header |
Header chrome and title bar for the embedded browser.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the current background color of the browser header.
| |||||||||||
Retrieves the current subtitle of the header of the browser.
| |||||||||||
Returns the current tint color of the browser header.
| |||||||||||
Retrieves the current title of the header of the browser.
| |||||||||||
Sets the background color for the browser header.
| |||||||||||
Add a view given the to the header of the browser.
| |||||||||||
Sets the tint (accent) color for the browser header.
|
Returns the current background color of the browser header.
Retrieves the current subtitle of the header of the browser.
Returns the current tint color of the browser header.
Retrieves the current title of the header of the browser.
Sets the background color for the browser header.
color | The hex value of the background color. |
---|
Add a view given the to the header of the browser. You should NOT set a click listener
to the provided view since it will be overwritten. Use the
setBrowserChromeClient(BrowserChromeClient)
method to receive
a callback to a click on the custom view. Passing in a null view will remove the custom
button.
view | View to be added to the header. |
---|
Sets the tint (accent) color for the browser header. The tint is applied to non-text UI elements.
color | The hex value of the tint (accent) color. |
---|