on Result
abstract fun onResult(parentMessage: BaseMessage?, threadMessages: List<BaseMessage>?, e: SendbirdException?)
A callback for getting threaded messages.
Since
3.0.130
Parameters
parent Message
Parent message of this thread. null
indicates an error.
thread Messages
Retrieves the threaded replies in the thread. null
indicates an error.
e
null
if no error.