java.lang.Object | |
↳ | com.usebutton.sdk.models.AppAction |
This is the main class holding all information regarding an AppAction, if you're implementing
a custom button UI please refer to the
Custom Button UI guide
for more information.
See getAction(String, ButtonContext, Button.ActionListener)
and Preview
for code examples.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This object holds information about the preview for this app action, you will typically
render this text & icon as a button or element that the user can click
Most partners would just start the regular Button Card flow by invoking
invokePreview(Context) . | |||||||||||
Invoke an AppAction that have been acquired with
getAction(String, Button.ActionListener)
to open the action for this merchant ID. | |||||||||||
Invoke the footer element of a card, this will start the target application or open the Play Store.
| |||||||||||
Invoke the footer element of a card, this will start the target application or open the Play Store.
| |||||||||||
Invoke an inventory item which will either open the target app for this item or start installation.
| |||||||||||
Invoke an inventory item which will either open the target app for this item or start installation.
| |||||||||||
This method is deprecated.
use
invokeAction(Context, int) instead.
| |||||||||||
This method is deprecated.
use
invokeAction(Context) instead.
| |||||||||||
Reporting views is important to measure the performance of your button.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
This object holds information about the preview for this app action, you will typically
render this text & icon as a button or element that the user can click
Most partners would just start the regular Button Card flow by invoking
invokePreview(Context)
.
Invoke an AppAction that have been acquired with getAction(String, Button.ActionListener)
to open the action for this merchant ID.
intentFlags | special intentFlags that will be used when starting the target application.
For most cases you can pass 0 or use invokeAction(Context) .
|
---|
getAction(String, Button.ActionListener)
Invoke the footer element of a card, this will start the target application or open the Play Store.
Invoke the footer element of a card, this will start the target application or open the Play Store.
intentFlags | special intent intentFlags that will be used when starting the target application,
most people will use invokePreview(Context)
|
---|
Invoke an inventory item which will either open the target app for this item or start installation.
Invoke an inventory item which will either open the target app for this item or start installation.
intentFlags | special intent intentFlags that will be used when starting the target application,
most people will use invokePreview(Context)
|
---|
This method is deprecated.
use invokeAction(Context, int)
instead.
Invoke the Preview (after a user clicked it) and show the appropriate card.
intentFlags | special intent intentFlags that will be used when starting the target application,
most people will use invokePreview(Context) |
---|
This method is deprecated.
use invokeAction(Context)
instead.
Invoke the Preview (after a user clicked it) and show the appropriate card.
Reporting views is important to measure the performance of your button. Make sure you call this method every time a button is shown to the user. Note: this is only to measure performance so make sure you report at the same interval across iOS and Android. We suggest that you report this right after you've configured your UI with the AppAction if those views will be visible.