public interface

BrowserPage

com.usebutton.sdk.purchasepath.BrowserPage
Known Indirect Subclasses

Class Overview

Object that contains content and information about the page the user is currently viewing.

Summary

Nested Classes
interface BrowserPage.DomResultListener Callback listener which is used to retrieve the current webpage's DOM  
Public Methods
abstract void getBrowserDom(BrowserPage.DomResultListener listener)
Asynchronously provides the DOM of the current webpage
abstract String getUrl()
Returns the url of the page.

Public Methods

public abstract void getBrowserDom (BrowserPage.DomResultListener listener)

Asynchronously provides the DOM of the current webpage

public abstract String getUrl ()

Returns the url of the page.

Returns
  • The url of the page.