Mention

interface Mention

A data type for Mention in the conversations

Mention is the way to send specific notification to the people mentioned.

Since

1.4.0

Inheritors

Types

Link copied to clipboard
class All(var start: Int = 0, var end: Int = 0) : Mention

Mention all people in a space.

Link copied to clipboard
class Person(val personId: String, var start: Int = 0, var end: Int = 0) : Mention

Mention one particular person by person Id.

Properties

Link copied to clipboard
abstract var end: Int
Link copied to clipboard
abstract var start: Int