toggle menu
Android-IMLibCore-SDK
5.24.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.params
/
ConversationListOption
Conversation
List
Option
io.rong.imlib
public
class
ConversationListOption
会话列表参数配置。
Since
5.22.0
Members
Constructors
Conversation
List
Option
Link copied to clipboard
io.rong.imlib
public
void
ConversationListOption
(
)
public
void
ConversationListOption
(
int count
)
public
void
ConversationListOption
(
int count
,
long startTime
)
public
void
ConversationListOption
(
int count
,
long startTime
,
boolean topPriority
)
Properties
count
Link copied to clipboard
io.rong.imlib
public
int
count
获取的数量,默认为 20。当实际取回的会话数量小于 count 值时,表明已取完数据。
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<ConversationListOption>
CREATOR
start
Time
Link copied to clipboard
io.rong.imlib
public
long
startTime
会话的时间戳,单位:毫秒。获取这个时间戳之前的会话列表,0 表示从最新开始获取。
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Count
Link copied to clipboard
io.rong.imlib
public
int
getCount
(
)
get
Start
Time
Link copied to clipboard
io.rong.imlib
public
long
getStartTime
(
)
is
Top
Priority
Link copied to clipboard
io.rong.imlib
public
boolean
isTopPriority
(
)
set
Count
Link copied to clipboard
io.rong.imlib
public
void
setCount
(
int count
)
set
Start
Time
Link copied to clipboard
io.rong.imlib
public
void
setStartTime
(
long startTime
)
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
)