public static interface

BrowserPage.DomResultListener

com.usebutton.sdk.purchasepath.BrowserPage.DomResultListener

Class Overview

Callback listener which is used to retrieve the current webpage's DOM

Summary

Public Methods
abstract void onResult(String htmlString)
Callback which provides the current HTML in String format

Public Methods

public abstract void onResult (String htmlString)

Callback which provides the current HTML in String format

Parameters
htmlString the stringified HTML