Package io.rong.imlib.params
Class ConversationTypeFilter
-
- All Implemented Interfaces:
public class ConversationTypeFilter会话类型过滤。
- Since:
5.22.0
-
-
Constructor Summary
Constructors Constructor Description ConversationTypeFilter()ConversationTypeFilter(ConversationType conversationType)ConversationTypeFilter(ConversationType conversationType, String channelId)
-
Method Summary
Modifier and Type Method Description ConversationTypegetType()voidsetType(ConversationType type)StringgetChannelId()voidsetChannelId(String channelId)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)StringtoString()-
-
Method Detail
-
getType
ConversationType getType()
-
setType
void setType(ConversationType type)
-
getChannelId
String getChannelId()
-
setChannelId
void setChannelId(String channelId)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
toString
String toString()
-
-
-
-