Package io.rong.imlib.model
Class UnknownMessage
-
- All Implemented Interfaces:
public class UnknownMessage
/~english
-
-
Field Summary
Fields Modifier and Type Field Description public final static Creator<UnknownMessage>
CREATOR
-
Constructor Summary
Constructors Constructor Description UnknownMessage(Array<byte> bytes)
/~english UnknownMessage()
-
Method Summary
Modifier and Type Method Description Array<byte>
encode()
/~english int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Constructor Detail
-
UnknownMessage
UnknownMessage(Array<byte> bytes)
/~english
-
UnknownMessage
UnknownMessage()
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-