UpdateReason

enum UpdateReason

Indicates reason for participant info update.

Entries

ATTRIBUTES
Link copied to clipboard

Participant attributes have changed.

LAST_READ_TIMESTAMP
Link copied to clipboard

Participant last read message timestamp has changed.

LAST_READ_MESSAGE_INDEX
Link copied to clipboard

Participant last read message index has changed.

Functions

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

Properties

value
Link copied to clipboard
private val value: Int