Class MentionedInfo
- 
                    
                    - All Implemented Interfaces:
 
 public class MentionedInfo
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public enumMentionedInfo.MentionedType
 - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public MentionedInfo.MentionedTypetypepublic StringmentionedContentpublic final static Creator<MentionedInfo>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description MentionedInfo()MentionedInfo(Parcel in)MentionedInfo(MentionedInfo.MentionedType type, List<String> userIdList, String mentionedContent)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description MentionedInfo.MentionedTypegetType()Get the @ type (mentioning some or all members). voidsetType(MentionedInfo.MentionedType type)Sets the @ type (mention some or all members). StringgetMentionedContent()Specifies the content displayed in the notification bar when a push notification or background @ message is received. voidsetMentionedContent(String content)Sets the content displayed in the notification bar when a push notification or background @ message is received. intdescribeContents()voidwriteToParcel(Parcel dest, int flags)List<String>getMentionedUserIdList()Retrieves the list of users mentioned in @ messages. voidsetMentionedUserIdList(List<String> userList)Sets the user list for @mentions. - 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        MentionedInfoMentionedInfo() 
 - 
                                        MentionedInfoMentionedInfo(Parcel in) 
 - 
                                        MentionedInfoMentionedInfo(MentionedInfo.MentionedType type, List<String> userIdList, String mentionedContent) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getTypeMentionedInfo.MentionedType getType() Get the @ type (mentioning some or all members). MentionedType. - Returns:
- @type (mentioning some or all members). MentionedType.
 
 - 
                                        setTypevoid setType(MentionedInfo.MentionedType type) Sets the @ type (mention some or all members). MentionedType. - Parameters:
- type- The @ type (mention some or all members).
 
 - 
                                        getMentionedContentString getMentionedContent() Specifies the content displayed in the notification bar when a push notification or background @ message is received. If NULL, the default format will be displayed (e.g., Someone mentioned you). - Returns:
- The content displayed in the notification bar when a push notification or background @ message is received. If NULL, the default format will be displayed (e.g., Someone mentioned you). 
 
 - 
                                        setMentionedContentvoid setMentionedContent(String content) Sets the content displayed in the notification bar when a push notification or background @ message is received. If NULL, the default format is displayed (Someone @ you). - Parameters:
- content- The content displayed in the notification bar when a push notification or background @ message is received.
 
 - 
                                        describeContentsint describeContents() 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        getMentionedUserIdListList<String> getMentionedUserIdList() Retrieves the list of users mentioned in @ messages. If @is used for specific users, userIdList cannot be empty; if@is used for everyone, userIdList should be NULL.- Returns:
- The list of users mentioned in @ messages. If - @is used for specific users, userIdList cannot be empty; if- @is used for everyone, userIdList should be NULL.
 
 - 
                                        setMentionedUserIdListvoid setMentionedUserIdList(List<String> userList) Sets the user list for @mentions. If mentioning specific users, userIdList cannot be empty; if mentioning all users, pass NULL for userIdList. - Parameters:
- userList- The user list for @mentions.
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-