onChatBuiltResult

abstract fun onChatBuiltResult(chat: Result<Chat>)

Notifies the consumer if the chat instance preparation has succeeded and provides the instance in the case of the success. It's always called on the main thread.