public static interface

BoostView.RenderListener

com.usebutton.sdk.boost.BoostView.RenderListener

Class Overview

Render callback interface invoked on completion.

Summary

Public Methods
abstract void onComplete(Throwable throwable)
Callback that returns null when render was successful or a Throwable error.

Public Methods

public abstract void onComplete (Throwable throwable)

Callback that returns null when render was successful or a Throwable error.

Parameters
throwable null on a successful response or error if one was encountered.