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 int
describeContents()
void
writeToParcel(Parcel dest, int flags)
CustomMessageType
getCustomMessageType()
void
setCustomMessageType(CustomMessageType type)
String
toString()
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getCustomMessageType
CustomMessageType getCustomMessageType()
-
setCustomMessageType
void setCustomMessageType(CustomMessageType type)
-
toString
String toString()
-
-
-
-