toggle menu
Android-IMLibCore-SDK
5.32.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
ConversationsContainingRobotsOption
Conversations
Containing
Robots
Option
io.rong.imlib
public
class
ConversationsContainingRobotsOption
获取包含机器人的会话列表参数
Since
5.28.0
Members
Constructors
Conversations
Containing
Robots
Option
Link copied to clipboard
io.rong.imlib
public
void
ConversationsContainingRobotsOption
(
)
Properties
conversation
Types
Link copied to clipboard
io.rong.imlib
public
List
<
ConversationType
>
conversationTypes
count
Link copied to clipboard
io.rong.imlib
public
int
count
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<ConversationsContainingRobotsOption>
CREATOR
timestamp
Link copied to clipboard
io.rong.imlib
public
long
timestamp
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Conversation
Types
Link copied to clipboard
io.rong.imlib
public
List
<
ConversationType
>
getConversationTypes
(
)
get
Count
Link copied to clipboard
io.rong.imlib
public
int
getCount
(
)
get
Timestamp
Link copied to clipboard
io.rong.imlib
public
long
getTimestamp
(
)
is
Top
Priority
Link copied to clipboard
io.rong.imlib
public
boolean
isTopPriority
(
)
set
Conversation
Types
Link copied to clipboard
io.rong.imlib
public
void
setConversationTypes
(
List
<
ConversationType
>
conversationTypes
)
set
Count
Link copied to clipboard
io.rong.imlib
public
void
setCount
(
int count
)
set
Timestamp
Link copied to clipboard
io.rong.imlib
public
void
setTimestamp
(
long timestamp
)
set
Top
Priority
Link copied to clipboard
io.rong.imlib
public
void
setTopPriority
(
boolean topPriority
)
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
)