Sendbird Chat SDK for Unity
|
A class representing query to retrieve previous message list for channels. More...
Public Member Functions | |
void | LoadNextPage (SbMessageListHandler inCompletionHandler) |
Requests query result for the previous messages. The queried result is passed to handler as list. More... | |
Properties | |
bool | Reverse [get] |
Indicates whether the queried result will be reversed. If true, the result will be returned by creation time descending order. More... | |
SbMessageTypeFilter | MessageTypeFilter [get] |
Message type filter. SbMessageTypeFilter More... | |
IReadOnlyList< string > | CustomTypesFilter [get] |
The custom type filter of the message. More... | |
IReadOnlyList< string > | SenderUserIdsFilter [get] |
Sender user ids filter. More... | |
bool | IncludeMetaArray [get] |
Whether the meta arrays should be included in the results. More... | |
bool | IncludeReactions [get] |
Whether the reaction data should be included in the results. More... | |
bool | IncludeThreadInfo [get] |
Whether the thread information should be included in the results. More... | |
bool | IncludeParentMessageInfo [get] |
Whether the information of a parent message should be included in the reply messages included in the results. More... | |
SbReplyType | ReplyType [get] |
Determines the reply types to include in the results. More... | |
bool | ShowSubChannelMessagesOnly [get] |
If set to true, only messages that belong to current user's subchannel is fetched. If set to false, all messages will be fetched. Default is false. Takes effect only when the requested channel is a dynamically partitioned open channel. More... | |
int | Limit [get] |
The maximum number of messages per queried page. More... | |
bool | HasNext [get] |
Whether there is more page to load. More... | |
bool | IsLoading [get] |
Whether the current query is in communication progress with server. More... | |
A class representing query to retrieve previous message list for channels.
void LoadNextPage | ( | SbMessageListHandler | inCompletionHandler | ) |
Requests query result for the previous messages. The queried result is passed to handler as list.
inCompletionHandler |
|
get |
The custom type filter of the message.
|
get |
Whether there is more page to load.
|
get |
Whether the meta arrays should be included in the results.
|
get |
Whether the information of a parent message should be included in the reply messages included in the results.
|
get |
Whether the reaction data should be included in the results.
|
get |
Whether the thread information should be included in the results.
|
get |
Whether the current query is in communication progress with server.
|
get |
The maximum number of messages per queried page.
|
get |
Message type filter. SbMessageTypeFilter
|
get |
Determines the reply types to include in the results.
|
get |
Indicates whether the queried result will be reversed. If true, the result will be returned by creation time descending order.
|
get |
Sender user ids filter.
|
get |
If set to true, only messages that belong to current user's subchannel is fetched. If set to false, all messages will be fetched. Default is false. Takes effect only when the requested channel is a dynamically partitioned open channel.