Package io.rong.imlib.model
Class UpdateMessageReactionParam
-
- All Implemented Interfaces:
public class UpdateMessageReactionParam添加/移除消息回应的参数。
- Since:
5.42.0
-
-
Field Summary
Fields Modifier and Type Field Description public StringmessageUIdpublic StringreactionIdpublic MessagePushConfigpushConfigpublic final static Creator<UpdateMessageReactionParam>CREATOR
-
Constructor Summary
Constructors Constructor Description UpdateMessageReactionParam(String messageUId, String reactionId)
-
Method Summary
Modifier and Type Method Description StringgetMessageUId()voidsetMessageUId(String messageUId)StringgetReactionId()voidsetReactionId(String reactionId)MessagePushConfiggetPushConfig()voidsetPushConfig(MessagePushConfig pushConfig)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Method Detail
-
getMessageUId
String getMessageUId()
-
setMessageUId
void setMessageUId(String messageUId)
-
getReactionId
String getReactionId()
-
setReactionId
void setReactionId(String reactionId)
-
getPushConfig
MessagePushConfig getPushConfig()
-
setPushConfig
void setPushConfig(MessagePushConfig pushConfig)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-