toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.conversationlist.model
/
BaseUiConversation
Base
Ui
Conversation
public
abstract
class
BaseUiConversation
Members
Constructors
Base
Ui
Conversation
Link copied to clipboard
public
void
BaseUiConversation
(
Context context
,
Conversation conversation
)
Properties
m
Conversation
Content
Link copied to clipboard
public
Spannable
mConversationContent
m
Core
Link copied to clipboard
public
Conversation
mCore
Functions
current
Conversation
Link copied to clipboard
public
Conversation
currentConversation
(
String
targetId
)
get
Conversation
Identifier
Link copied to clipboard
public
ConversationIdentifier
getConversationIdentifier
(
)
get
Conversation
Key
Link copied to clipboard
public
String
getConversationKey
(
)
get
Unread
Message
Count
Link copied to clipboard
public
int
getUnreadMessageCount
(
)
on
Conversation
Update
Link copied to clipboard
public
abstract
void
onConversationUpdate
(
Conversation conversation
)
会话更新
on
Draft
Update
Link copied to clipboard
public
void
onDraftUpdate
(
String
draft
)
on
Group
Info
Update
Link copied to clipboard
public
abstract
void
onGroupInfoUpdate
(
Group group
)
群组信息更新
on
Group
Member
Update
Link copied to clipboard
public
abstract
void
onGroupMemberUpdate
(
GroupUserInfo groupMember
)
群组成员更新
on
User
Info
Update
Link copied to clipboard
public
abstract
void
onUserInfoUpdate
(
UserInfo user
)
用户信息更新
process
Resending
Link copied to clipboard
public
void
processResending
(
Conversation conversation
)