callbackHandler

abstract fun callbackHandler(callbackHandler: CallbackHandler): UserControllerBuilder

Sets the callback handler (on a thread with a looper) the UserController will post callbacks on.

Return

The UserControllerBuilder instance.

Parameters

callbackHandler

The handler this UserController will post callbacks on.