ProductPage | Button SDK for Android v7.0.0
Interfaces
- BrowserInterface
- BrowserInterface.Footer
- BrowserInterface.Header
- BrowserPage
- BrowserPage.DomResultListener
- CardList
- CheckoutPage
- ProductPage
- PurchasePage
- PurchasePath.Listener
- PurchasePathExtension
- PurchasePathInterface
- PurchasePathListener
Classes
- BrowserChromeClient
- CallToAction
- Card
- Commission
- Product
- PurchasePath
- PurchasePathRequest
- TextCard
- TextCard.Builder
Enums
ProductPage
Class Overview
Object that contains Product and Commission information about the product page the user is currently viewing.
Summary
| Public Methods |
|---|
| abstract Commission |
Returns the Commission associated with this Product. |
| abstract Product |
Returns the structured Product object on the page. |
Public Methods
public abstract CommissiongetCommission()
Returns the Commission associated with this Product.
Returns
- The
Commissionassociated with thisProduct.
public abstract ProductgetProduct()
Returns the structured Product object on the page.
Returns
- The structured
Productobject on the page.