java.lang.Object |
↳ |
FrameLayout |
|
↳ |
com.usebutton.sdk.boost.BoostView |
Class Overview
Boost is a private beta product. If you're interested in Boost, reach out to your Button contact.
Summary
Nested Classes |
interface |
BoostView.Listener |
Listener that is invoked when a user interacts with a BoostView
|
interface |
BoostView.RenderListener |
Render callback interface invoked on completion. |
Public Constructors |
|
BoostView(Context context)
|
|
BoostView(Context context, AttributeSet attrs)
|
|
BoostView(Context context, AttributeSet attrs, int defStyleAttr)
|
|
BoostView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
|
[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
BoostView
(Context context)
public
BoostView
(Context context, AttributeSet attrs)
public
BoostView
(Context context, AttributeSet attrs, int defStyleAttr)
public
BoostView
(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
Public Methods
public
boolean
callOnClick
()
public
boolean
performClick
()
Renders a Boost response in the Boost view
Parameters
boostResponse
| The response of fetching a BoostRequest |
renderListener
| Called upon success or Boost view load error
|
public
void
render
(BoostResponse boostResponse)
Renders a Boost response in the Boost view
Parameters
boostResponse
| The response of fetching a BoostRequest
|
Parameters
listener
| Nullable listener that implements the BoostView.Listener interface.
When set, receives a PurchasePathRequest that the developer is expected to fetch and,
upon a successful response, start. If left null, the fetching and starting will be handled
automatically by the Button SDK
|