public final class MessagePayloadFilter
extends java.lang.Object
BaseMessage's additional payload.| Modifier and Type | Class and Description |
|---|---|
static class |
MessagePayloadFilter.Builder
A Builder class to build a
MessagePayloadFilter |
| Modifier and Type | Method and Description |
|---|---|
MessagePayloadFilter |
clone()
Clones and returns a new instance of
MessagePayloadFilter. |
boolean |
shouldIncludeMetaArray()
Returns whether the meta arrays should be included in the results.
|
boolean |
shouldIncludeParentMessageInfo()
Returns whether the information of a parent message should be included in the reply messages included in the results.
|
boolean |
shouldIncludeParentMessageText()
Deprecated.
As of 3.0.173, replaced by
shouldIncludeParentMessageInfo(). |
boolean |
shouldIncludeReactions()
Returns whether the reaction data should be included in the results.
|
boolean |
shouldIncludeThreadInfo()
Returns whether the thread information should be included in the results.
|
java.lang.String |
toString() |
public boolean shouldIncludeMetaArray()
public boolean shouldIncludeReactions()
@Deprecated public boolean shouldIncludeParentMessageText()
shouldIncludeParentMessageInfo().public boolean shouldIncludeParentMessageInfo()
public boolean shouldIncludeThreadInfo()
public java.lang.String toString()
toString in class java.lang.Objectpublic MessagePayloadFilter clone()
MessagePayloadFilter.clone in class java.lang.ObjectMessagePayloadFilter. 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.