AndroidCallback

constructor(uiThreadHandler: Handler)

Default constructor. Example of how to use within your Android application: AndroidCallback callback = new AndroidCallback(new Handler(Looper.getMainLooper()));

Parameters

uiThreadHandler

the thread to post runnables on