toggle menu
Android-IMKit-SDK
5.42.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.feature.reaction
/
ReactionView
Reaction
View
public
class
ReactionView
消息回应展示组件,采用 FlowLayout 布局。
Members
Constructors
Reaction
View
Link copied to clipboard
public
void
ReactionView
(
Context context
)
public
void
ReactionView
(
Context context
,
AttributeSet attrs
)
public
void
ReactionView
(
Context context
,
AttributeSet attrs
,
int defStyleAttr
)
Types
On
More
Click
Listener
Link copied to clipboard
public
interface
OnMoreClickListener
点击回应详情入口的回调接口。
On
Reaction
Item
Click
Listener
Link copied to clipboard
public
interface
OnReactionItemClickListener
点击单个回应 item 的回调接口(用于 toggle 添加/移除)。
Functions
set
Message
Context
Link copied to clipboard
public
void
setMessageContext
(
ConversationType conversationType
,
String
targetId
)
set
On
More
Click
Listener
Link copied to clipboard
public
void
setOnMoreClickListener
(
ReactionView.OnMoreClickListener
listener
)
set
On
Reaction
Item
Click
Listener
Link copied to clipboard
public
void
setOnReactionItemClickListener
(
ReactionView.OnReactionItemClickListener
listener
)
set
Reactions
Link copied to clipboard
public
void
setReactions
(
List
<
MessageReaction
>
reactions
)