MentionedInfo

public final class MentionedInfo

Mention information.

Records the mention type and the list of mentioned users in a message.

Parameters

type

the mention type

userIdList

the list of mentioned user IDs; can be null when type is MentionedType.ALL

mentionedContent

the push notification content for the mention

Constructors

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

Properties

Link copied to clipboard
private final String mentionedContent
Link copied to clipboard
private final MentionedType type
Link copied to clipboard
private final List<String> userIdList

Functions

Link copied to clipboard
public final String getMentionedContent()
Link copied to clipboard
public final MentionedType getType()
Link copied to clipboard
public final List<String> getUserIdList()