BrowserChromeClient | Button SDK for Android v7.0.0
BrowserChromeClient
Class Overview
Class to handle click callbacks on the browsers header and footer
Summary
| Public Constructors |
|---|
| Public Methods |
|---|
| void |
| void |
Public Constructors
public BrowserChromeClient()
Public Methods
public void onCustomActionClick(BrowserInterface browser, View view)
Callback for click events that occur on the header custom button. Must set
setCustomActionView(View) to receive this callback.
Parameters
| browser | BrowserInterface |
| view | The custom button view. |
public void onSubtitleClick(BrowserInterface browser)
Callback for click events that occur on the subtitle.
Parameters
| browser | BrowserInterface |