BatchRemoteMessagesResult

public final class BatchRemoteMessagesResult

Result of batch-validating remote community channel messages. Splits the requested messages into "matched" and "not matched" lists.

Parameters

matchedMessages

successfully matched message list (messages found on the server)

notMatchedMessages

unmatched message list (messages not found on the server)

Constructors

Link copied to clipboard
public BatchRemoteMessagesResult BatchRemoteMessagesResult(List<Message> matchedMessages, List<Message> notMatchedMessages)

Properties

Link copied to clipboard
private final List<Message> matchedMessages
Link copied to clipboard
private final List<Message> notMatchedMessages

Functions

Link copied to clipboard
public final List<Message> getMatchedMessages()
Link copied to clipboard
public final List<Message> getNotMatchedMessages()