public static interface BaseMessage.GetThreadedMessagesHandler
BaseMessage.getThreadedMessagesByTimestamp(long, ThreadMessageListParams, GetThreadedMessagesHandler)
.Modifier and Type | Method and Description |
---|---|
void |
onResult(BaseMessage parentMessage,
java.util.List<BaseMessage> threadedReplies,
SendBirdException e)
A callback for getting threaded messages.
|
void onResult(BaseMessage parentMessage, java.util.List<BaseMessage> threadedReplies, SendBirdException e)
parentMessage
- Parent message of this thread. null
indicates an error.threadedReplies
- Retrieves the threaded replies in the thread. null
indicates an error.e
- null
if no error. Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.