MessageType

Represents type of messages.

Entries

Link copied to clipboard

Type of plain text message sent by the current user.

Link copied to clipboard

Type of plain text message sent by users other than the current user.

Link copied to clipboard

Type of file message sent by the current user.

Link copied to clipboard

Type of file message sent by users other than the current user.

Link copied to clipboard

Type of image message sent by the current user.

Link copied to clipboard

Type of image message sent by users other than the current user.

Link copied to clipboard

Type of video message sent by the current user.

Link copied to clipboard

Type of video message sent by users other than the current user.

Link copied to clipboard

Message type sent by the administrator.

Link copied to clipboard

Message type that displays the date.

Link copied to clipboard

Type of unknown message sent by the current user.

Link copied to clipboard

Type of unknown message sent by users other than the current user.

Link copied to clipboard

Type of a parent message info in thread list. This type is only used in ThreadListAdapter since 3.3.0

Link copied to clipboard

Type of chat notification channel's message sent by the administrator. since 3.5.0

Link copied to clipboard

Type of feed notification channel's message sent by the administrator. since 3.5.0

Link copied to clipboard

Type of voice message sent by the current user. since 3.4.0

Link copied to clipboard

Type of voice message sent by users other than the current user. since 3.4.0

Link copied to clipboard

Type of MultipleFilesMessage sent by the current user. since 3.9.0

Link copied to clipboard

Type of MultipleFilesMessage sent by users other than the current user . since 3.9.0

Link copied to clipboard

Type of forms message. since 3.10.0

Link copied to clipboard

Type of typing indicator. since 3.11.0

Functions

Link copied to clipboard
open fun from(value: Int): MessageType
Link copied to clipboard
open fun valueOf(name: String): MessageType
Returns the enum constant of this type with the specified name.
Link copied to clipboard
open fun values(): Array<MessageType>
Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val value: Int