PurchasePath | Button SDK for Android v7.0.0
PurchasePath
extends Object
Class Overview
Purchase Path response object that can be started to send the user to the partner application or embedded web view.
Summary
| Nested Classes |
|---|
| interface |
| Fields |
|---|
| protected final AppAction |
| Public Methods |
|---|
| Uri |
| String |
| void |
| void |
Fields
protected final AppAction appAction
Public Methods
public Uri getAttributedUrl()
public StringgetAttributionToken()
public void start(Context context, PurchasePath.Listener listener)
Starts the Purchase Path flow. User will be redirected to the Button embedded web view or the corresponding partner application.
Parameters
| context | the context used to start any new Activity in the checkout flow. |
| listener | the listener PurchasePath.Listener |
public void start(Context context)
See Also
start(Context, Listener)