ButtonActionsInterface | Button SDK for Android v7.0.0
ButtonActionsInterface
This interface is deprecated.
Button Actions has been deprecated. Please contact Button to update your integration.
Class Overview
Buttons provide relevant actions to your users, complete with a corresponding UI. Buttons can be configured with one or more Merchants that they can offer to your users.
Summary
| Public Methods |
|---|
| abstract void |
Public Methods
public abstract void fetch( ActionRequest request, ActionListener listener)
This method is deprecated.
Button Actions has been deprecated. Please contact Button to update your integration.
Asynchronously fetch a Button Action with an action request.
Parameters
| request | a Button Action request. | | listener | callback to be invoked when the request is complete. |