toggle menu
Android-IMLibCore-SDK
5.280
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.params
/
GetUnreadMentionMeConversationListParams
Get
Unread
Mention
Me
Conversation
List
Params
io.rong.imlib
public
class
GetUnreadMentionMeConversationListParams
Members
Constructors
Get
Unread
Mention
Me
Conversation
List
Params
Link copied to clipboard
io.rong.imlib
public
void
GetUnreadMentionMeConversationListParams
(
)
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
获取数量,有效值 [1, 100]
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<GetUnreadMentionMeConversationListParams>
CREATOR
timestamp
Link copied to clipboard
io.rong.imlib
public
long
timestamp
查询的开始时间, 传 0 表示查询最新时间的会话,后续查询传入 conversations 的最后一个元素的 conversation time 单位:毫秒
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
)