public abstract class

BrowserChromeClient

extends Object
java.lang.Object
   ↳ com.usebutton.sdk.purchasepath.BrowserChromeClient

Class Overview

Class to handle click callbacks on the browsers header and footer

Summary

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
From class java.lang.Object

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