| com.usebutton.sdk.Button.ActionListener |
Callback interface for getAction(String, ButtonContext, ActionListener) which
will call onAction(AppAction) if an action is available given the
provided Button ID and ButtonContext.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called if an
AppAction is found for the provided Button ID and ButtonContext,
you can use the provided action to display this Button or any of its content
(list of inventory, product images etc). | |||||||||||
Called if an AppAction is found for the provided Button ID and ButtonContext,
you can use the provided action to display this Button or any of its content
(list of inventory, product images etc).
A full implementation can be seen here getAction(String, ButtonContext, ActionListener)