ConversationStatus

enum ConversationStatus

Represents the various statuses of the user with respect to the conversation.

Entries

Link copied to clipboard

User has joined this conversation.

Link copied to clipboard

User has NOT been joined this conversation.

Functions

Link copied to clipboard
open fun fromInt(value: Int): Conversation.ConversationStatus
Link copied to clipboard
open fun valueOf(name: String): Conversation.ConversationStatus
Link copied to clipboard
open fun values(): Array<Conversation.ConversationStatus>

Properties

Link copied to clipboard
val value: Int