| com.usebutton.sdk.boost.BoostView.RenderListener |
Render callback interface invoked on completion.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onComplete(Throwable throwable)
Callback that returns null when render was successful or a
Throwable error. | ||||||||||
Callback that returns null when render was successful or a Throwable error.
| throwable | null on a successful response or error if one was encountered.
|
|---|