Package io.rong.imlib.model
Class CustomMessageInfo
-
- All Implemented Interfaces:
public class CustomMessageInfo
-
-
Field Summary
Fields Modifier and Type Field Description public final static Creator<CustomMessageInfo>CREATOR
-
Constructor Summary
Constructors Constructor Description CustomMessageInfo()CustomMessageInfo(String value, int flag, CustomMessageType type)CustomMessageInfo(Parcel in)构造函数
-
Method Summary
Modifier and Type Method Description intdescribeContents()voidwriteToParcel(Parcel dest, int flags)CustomMessageTypegetCustomMessageType()voidsetCustomMessageType(CustomMessageType type)StringtoString()-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getCustomMessageType
CustomMessageType getCustomMessageType()
-
setCustomMessageType
void setCustomMessageType(CustomMessageType type)
-
toString
String toString()
-
-
-
-