public class

PageView

extends Object
java.lang.Object
   ↳ com.usebutton.sdk.pageview.PageView

Summary

Nested Classes
enum PageView.MatchType Enumeration Representing the MatchType object from response JSON  
Public Constructors
PageView(JSONObject response)
Constructor
Public Methods
Commission getCommission()
Product getProduct()
PageView.MatchType getType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PageView (JSONObject response)

Constructor

Parameters
response JSON response from the page view api

Public Methods

public Commission getCommission ()

public Product getProduct ()

public PageView.MatchType getType ()