BoostRequest | Button SDK for Android v7.0.0
BoostRequest
Class Overview
A Boost request defines the parameters for a Boost fetch.
See Also
Boost
Summary
Nested Classes
| interface | BoostRequest.Listener | Boost request callback interface invoked on completion. |
Public Constructors
| | BoostRequest( String boostViewId)
Creates a new BoostRequest with a given id |
Public Methods
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 BoostRequest( String boostViewId)
Creates a new BoostRequest with a given id
Parameters
| boostViewId | The Boost Request Id |