Package io.rong.imlib.model
Class UnknownMessage
-
- All Implemented Interfaces:
public class UnknownMessage
未知消息类型。
-
-
Field Summary
Fields Modifier and Type Field Description public final static Creator<UnknownMessage>
CREATOR
-
Constructor Summary
Constructors Constructor Description UnknownMessage(Array<byte> bytes)
构造函数。 UnknownMessage()
-
Method Summary
Modifier and Type Method Description Array<byte>
encode()
序列化需要传输的数据。 int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Constructor Detail
-
UnknownMessage
UnknownMessage(Array<byte> bytes)
构造函数。- Parameters:
bytes
- 字节内容。
-
UnknownMessage
UnknownMessage()
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-