| java.lang.Object | |
| ↳ | com.usebutton.sdk.models.MerchantAction |
Defines a merchant link action for asynchronous resolution including redirects.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new merchant action with a URL.
| |||||||||||
Creates a new merchant action with a URL and a publisher reference.
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a valid URL or `null` if invalid.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Creates a new merchant action with a URL.
| url | The url of a merchant or link provider (may include redirects). |
|---|
Creates a new merchant action with a URL and a publisher reference.
| url | The url of a merchant or link provider (may include redirects). |
|---|---|
| publisherReference | A token to be associated with all downstream orders, transactions and webhooks. (Max 100 chars.) |
Returns a valid URL or `null` if invalid.