java.lang.Object | |
↳ | com.usebutton.sdk.purchasepath.BrowserChromeClient |
Class to handle click callbacks on the browsers header and footer
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BrowserChromeClient() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
onCustomActionClick(BrowserInterface browser, View view)
Callback for click events that occur on the header custom button.
| ||||||||||
void |
onSubtitleClick(BrowserInterface browser)
Callback for click events that occur on the subtitle.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Callback for click events that occur on the header custom button. Must set
setCustomActionView(View)
to receive this callback.
browser | BrowserInterface |
---|---|
view | The custom button view. |
Callback for click events that occur on the subtitle.
browser | BrowserInterface
|
---|