MentionedInfo

public class MentionedInfo

Constructors

Link copied to clipboard
public void MentionedInfo()
public void MentionedInfo(Parcel in)
public void MentionedInfo(MentionedInfo.MentionedType type, List<String> userIdList, String mentionedContent)

Types

Link copied to clipboard
public enum MentionedType

Properties

Link copied to clipboard
public final static Creator<MentionedInfo> CREATOR
Link copied to clipboard
public String mentionedContent
The content displayed in the notification bar when a push notification or background message containing a mention (@) is received.
Link copied to clipboard
@ type, @ some people, or @ everyone

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public String getMentionedContent()
Specifies the content displayed in the notification bar when a push notification or background @ message is received.
Link copied to clipboard
public List<String> getMentionedUserIdList()
Retrieves the list of users mentioned in @ messages.
Link copied to clipboard
Get the @ type (mentioning some or all members).
Link copied to clipboard
public void setMentionedContent(String content)
Sets the content displayed in the notification bar when a push notification or background @ message is received.
Link copied to clipboard
public void setMentionedUserIdList(List<String> userList)
Sets the user list for @mentions.
Link copied to clipboard
Sets the @ type (mention some or all members).
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)