UpdateReason

enum UpdateReason

Indicates reason for participant info update.

Entries

Link copied to clipboard

Participant last read message index has changed.

Link copied to clipboard

Participant last read message timestamp has changed.

Link copied to clipboard

Participant attributes have changed.

Functions

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

Properties

Link copied to clipboard
val value: Int