Package io.rong.message
Class QueryContentMessage
-
- All Implemented Interfaces:
public class QueryContentMessageUpload the list of msguids for a specified conversation within a specified time period
-
-
Constructor Summary
Constructors Constructor Description QueryContentMessage(Array<byte> data)QueryContentMessage(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetUri()StringgetLogId()StringgetMsgUids()Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)intdescribeContents()-
-
Constructor Detail
-
QueryContentMessage
QueryContentMessage(Array<byte> data)
-
QueryContentMessage
QueryContentMessage(Parcel in)
-
-
Method Detail
-
getUri
String getUri()
-
getLogId
String getLogId()
-
getMsgUids
String getMsgUids()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-