Mentioned Info
Mention information.
Records the mention type and the list of mentioned users in a message.
Parameters
type
the mention type
user Id List
the list of mentioned user IDs; can be null when type is MentionedType.ALL
mentioned Content
the push notification content for the mention
Constructors
Link copied to clipboard
public MentionedInfo MentionedInfo(MentionedType type, List<String> userIdList, String mentionedContent)