public class

PurchasePath

extends Object
java.lang.Object
   ↳ com.usebutton.sdk.purchasepath.PurchasePath

Class Overview

Purchase Path response object that can be started to send the user to the partner application or embedded web view.

Summary

Public Methods
String getAttributionToken()
void start(Context context)
Starts the Purchase Path flow.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getAttributionToken ()

public void start (Context context)

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.