setHandlerOverride

open fun setHandlerOverride(@NonNull handler: Handler)

Specify a handler to post the callbacks on. By default, this is the thread that you've created the inbox fetcher on.

Parameters

handler

Handler to post the callbacks on