onActivityError

abstract fun onActivityError(    chat: Chat,     activity: WeakReference<AppCompatActivity>,     error: ChatException)

This function will be called when in the chat UI has occurred an error.

Since

v1.4.10

Parameters

chat

the chat for which in the UI has been destroyed an error.

activity

chat activity

error

the occurred error