ConversationUnreadInfo

Unread information class for conversations

Constructors

Link copied to clipboard
public void ConversationUnreadInfo()

Properties

Link copied to clipboard
public String channelId
The business identifier ID of the conversation to which the message belongs.
Link copied to clipboard
public final static Creator<ConversationUnreadInfo> CREATOR
Link copied to clipboard
public int mentionedCount
The number of unread @ messages in this conversation where you were mentioned
Link copied to clipboard
public int mentionedMeCount
The count of unread messages in this conversation where only you were mentioned.
Link copied to clipboard
Do Not Disturb status of the conversation
Link copied to clipboard
public String targetId
*Conversation ID.
Link copied to clipboard
public ConversationType type
Conversation type.
Link copied to clipboard
public int unreadMessageCount
Unread Message Count

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public String getChannelId()
Link copied to clipboard
public int getMentionedCount()
Retrieves the count of unread mentions in the current conversation.
Link copied to clipboard
public int getMentionedMeCount()
Retrieves the count of unread messages in this conversation where only you were mentioned.
Link copied to clipboard
Gets the Do Not Disturb status of the conversation.
Link copied to clipboard
public String getTargetId()
Link copied to clipboard
public ConversationType getType()
Link copied to clipboard
public int getUnreadMessageCount()
Retrieves the count of unread messages.
Link copied to clipboard
public void setChannelId(String channelId)
Link copied to clipboard
public void setMentionedCount(int count)
Sets the count of unread @ messages in this conversation.
Link copied to clipboard
public void setMentionedMeCount(int count)
Sets the count of unread messages where only you are mentioned in this conversation.
Link copied to clipboard
Set the Do Not Disturb status for a conversation.
Link copied to clipboard
public void setTargetId(String targetId)
Link copied to clipboard
public void setType(ConversationType type)
Link copied to clipboard
public void setUnreadMessageCount(int unreadMessageCount)
Sets the unread message count.
Link copied to clipboard
public String toString()
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)