ActionRequest | Button SDK for Android v7.0.0
ActionRequest
This class is deprecated.
Button Actions has been deprecated. Please contact Button to update your integration.
Class Overview
A Button Action request defines the parameters for fetching an action.
See Also
ButtonActionsInterface
Summary
| Public Constructors |
|---|
| Public Methods |
|---|
| String |
| String |
| ActionQuery |
| void |
Public Constructors
public ActionRequest( String buttonId, ActionQuery query)
Creates a new Button Action request with the given button id and query.
Parameters
| buttonId | the identifier for your button (e.g. btn-xxxxxxxxxxxx). | | query | an action query object providing context about your user's current activity. |