| com.usebutton.sdk.purchasepath.BrowserPage.DomResultListener |
Callback listener which is used to retrieve the current webpage's DOM
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onResult(String htmlString)
Callback which provides the current HTML in String format
| ||||||||||
Callback which provides the current HTML in String format
| htmlString | the stringified HTML |
|---|