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) . | |||||||||||
[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)
.