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
Nested Classes |
interface |
PurchasePath.Listener |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
String
getAttributionToken
()
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)