Package io.rong.imlib.model
Class UnknownMessage
-
- All Implemented Interfaces:
public class UnknownMessage
Unknown message type.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Creator<UnknownMessage>
CREATOR
-
Constructor Summary
Constructors Constructor Description UnknownMessage(Array<byte> bytes)
Constructor. UnknownMessage()
-
Method Summary
Modifier and Type Method Description Array<byte>
encode()
Serializes the data to be transmitted. int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Constructor Detail
-
UnknownMessage
UnknownMessage(Array<byte> bytes)
Constructor.- Parameters:
bytes
- The byte content.
-
UnknownMessage
UnknownMessage()
-
-
Method Detail
-
encode
Array<byte> encode()
Serializes the data to be transmitted.
- Returns:
Serialized data for transmission.
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-