OnChatBuiltResultCallback

public interface OnChatBuiltResultCallback

Callback allowing to listen to chat instance provisioning.

Functions

Link copied to clipboard
public abstract Unit onChatBuiltResult(Result<Chat> 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.