public interface

ProductPage

implements BrowserPage
com.usebutton.sdk.purchasepath.ProductPage

Class Overview

Object that contains Product and Commission information about the product page the user is currently viewing.

Summary

Public Methods
abstract Commission getCommission()
Returns the Commission associated with this Product.
abstract Product getProduct()
Returns the structured Product object on the page.
[Expand]
Inherited Methods
From interface com.usebutton.sdk.purchasepath.BrowserPage

Public Methods

public abstract Commission getCommission ()

Returns the Commission associated with this Product.

Returns

public abstract Product getProduct ()

Returns the structured Product object on the page.

Returns
  • The structured Product object on the page.