toggle menu
Android-IMLibCore-SDK
5.24.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.params
/
ConversationTypeFilter
Conversation
Type
Filter
io.rong.imlib
public
class
ConversationTypeFilter
会话类型过滤。
Since
5.22.0
Members
Constructors
Conversation
Type
Filter
Link copied to clipboard
io.rong.imlib
public
void
ConversationTypeFilter
(
)
public
void
ConversationTypeFilter
(
ConversationType conversationType
)
public
void
ConversationTypeFilter
(
ConversationType conversationType
,
String
channelId
)
Properties
channel
Id
Link copied to clipboard
io.rong.imlib
public
String
channelId
频道 ID 列表,过滤频道的 ID。有效值包含 "" 或字符串,不允许传 null。
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<ConversationTypeFilter>
CREATOR
type
Link copied to clipboard
io.rong.imlib
public
ConversationType
type
会话类型
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Channel
Id
Link copied to clipboard
io.rong.imlib
public
String
getChannelId
(
)
get
Type
Link copied to clipboard
io.rong.imlib
public
ConversationType
getType
(
)
set
Channel
Id
Link copied to clipboard
io.rong.imlib
public
void
setChannelId
(
String
channelId
)
set
Type
Link copied to clipboard
io.rong.imlib
public
void
setType
(
ConversationType type
)
to
String
Link copied to clipboard
io.rong.imlib
public
String
toString
(
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)