Package io.getstream.chat.android.models
Class MessageModerationAction
-
- All Implemented Interfaces:
@Immutable() public final class MessageModerationActionThe type of moderation performed to a message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMessageModerationAction.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringrawValuepublic final static MessageModerationAction.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description MessageModerationAction(String rawValue)
-
Method Summary
Modifier and Type Method Description final StringgetRawValue()The raw value of the moderation action. -
-
Constructor Detail
-
MessageModerationAction
MessageModerationAction(String rawValue)
-
-
Method Detail
-
getRawValue
final String getRawValue()
The raw value of the moderation action.
-
-
-
-