onResult

abstract fun onResult(parentMessage: BaseMessage?, threadMessages: List<BaseMessage>?, e: SendbirdException?)

A callback for getting threaded messages.

Since

3.0.130

Parameters

parentMessage

Parent message of this thread. null indicates an error.

threadMessages

Retrieves the threaded replies in the thread. null indicates an error.

e

null if no error.