UpdateReason

enum UpdateReason

Indicates reason for participant info update.

Entries

Link copied to clipboard

Participant attributes have changed.

Link copied to clipboard

Participant last read message timestamp has changed.

Link copied to clipboard

Participant last read message index has 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
private val value: Int