com.usebutton.sdk.boost.Boost |
Boost is a private beta product. If you're interested in Boost, reach out to your Button contact.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
fetch(BoostRequest request, BoostRequest.Listener listener)
Fetches a Boost Response to be rendered in a BoostView.
|
Fetches a Boost Response to be rendered in a BoostView.
Note: The listener gets a nullable BoostResponse
or an error
if one occurred. If you
receive a BoostResponse
, render it in a BoostView, else adjust your app UI
accordingly.
request | A BoostRequest to be fetched. |
---|---|
listener | A listener called on completion of the fetch. |