ChatListHeaderSelectComponent

This class creates and executes the view corresponding to the conversation list selection operation.

Author

RC

Since

1.0

Constructors

Link copied to clipboard
public void ChatListHeaderSelectComponent(Context context)
public void ChatListHeaderSelectComponent(Context context, AttributeSet attrs)

Functions

Link copied to clipboard
public View getRootView()
Returns the view created via onCreateView.
Link copied to clipboard
public void notifyStatus(List<BaseChatModel> selectChatModels)
Link copied to clipboard
public View onCreateView(Context context, LayoutInflater layoutInflater, ViewGroup parent, AttributeSet attrs)
Link copied to clipboard
public void setOnCancelClickListener(OnClickListener listener)
Link copied to clipboard
public void setOnChatActionListener(OnActionClickListener<ChatAction<List<Conversation>>, Boolean> listener)