ConversationStatus

enum ConversationStatus

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

Entries

NOT_PARTICIPATING
Link copied to clipboard

User has NOT been joined this conversation.

JOINED
Link copied to clipboard

User has joined this conversation.

Functions

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

Properties

value
Link copied to clipboard
private val value: Int