java.lang.Object |
↳ |
com.usebutton.sdk.action.ActionRequest |
Class Overview
A Button Action request defines the parameters for fetching an action.
Summary
Public Constructors |
|
ActionRequest(String buttonId, ActionQuery query)
Creates a new Button Action request with the given button id and query.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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.
|
Public Methods
public
String
getButtonId
()
public
String
getPubRef
()
public
void
setPubRef
(String pubRef)