ChatHeaderComponent

public class ChatHeaderComponent

This class creates and executes views corresponding to the header area.

Author

RC

Since

1.0

Constructors

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

Functions

Link copied to clipboard
public void addCenterView(View view, int index)
Add to the current view - middle container
Link copied to clipboard
public void addChatData(ConversationIdentifier identifier)
Link copied to clipboard
public void addLeftView(View view, int index)
Adds to the left container of the current view.
Link copied to clipboard
public void notifyNotificationLevel(PushNotificationLevel notificationLevel)
Link copied to clipboard
public void notifyStatus(Status status)
Link copied to clipboard
public View onCreateView(Context context, LayoutInflater layoutInflater, ViewGroup parent, AttributeSet attrs)
Link copied to clipboard
public void removeCenterView(int index)
Removes a child view from the current view-middle container
Link copied to clipboard
public void removeLeftView(int index)
Removes the child view from the left container of the current view.
Link copied to clipboard
public void setOnActionClickListener(OnActionClickListener<ChatAction<ConversationIdentifier>, Void> onActionClickListener)
Link copied to clipboard
public void setOnBackClickListener(OnClickListener listener)