com.usebutton.sdk.purchasepath.PurchasePathInterface |
Button Purchase Path takes regular Merchant URLs to products, categories or just the homepage and replaces them with a fully attributed Button Purchase Path, optimized for both conversion and user experience.
See https://developer.usebutton.com/guides/publishers/android/create-a-button-purchase-pathPublic Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Asynchronously fetch a Purchase Path with a request.
| |||||||||||
Gets the current Purchase Path extension.
| |||||||||||
Indicates if all urls would be opened in the webview
| |||||||||||
Sets a Purchase Path extension.
|
Asynchronously fetch a Purchase Path with a request.
request | request params including URL and optional publisher reference. |
---|---|
listener | callback to be invoked when the request is complete. |
Gets the current Purchase Path extension.
Indicates if all urls would be opened in the webview
Sets a Purchase Path extension.
Note: The passed object will be strongly held by Button.extension | this will override any existing extension. Pass null to remove the
current extension.
|
---|