ReactionView

public class ReactionView

消息回应展示组件,采用 FlowLayout 布局。

Constructors

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

Link copied to clipboard
public interface OnMoreClickListener
点击回应详情入口的回调接口。
Link copied to clipboard
点击单个回应 item 的回调接口(用于 toggle 添加/移除)。

Functions

Link copied to clipboard
public void setMessageContext(ConversationType conversationType, String targetId)
Link copied to clipboard
Link copied to clipboard
public void setReactions(List<MessageReaction> reactions)