public static interface MessageListQuery.MessageListQueryResult
MessageListQuery.next(long, int, boolean, MessageListQueryResult),
MessageListQuery.prev(long, int, boolean, MessageListQueryResult) and MessageListQuery.load(long, int, int, boolean, MessageListQueryResult).| Modifier and Type | Method and Description |
|---|---|
void |
onResult(java.util.List<BaseMessage> queryResult,
SendBirdException e)
A callback for when messages are loaded.
|
void onResult(java.util.List<BaseMessage> queryResult, SendBirdException e)
queryResult - List of messages. Returns null if error occurs.e - Returns null if no error occurs. 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.