VersioningState

enum VersioningState : Enum<VersioningState>

Enum for the versioning state of a room.

Entries

Link copied to clipboard

The room is not versioned.

Link copied to clipboard

The room has been upgraded, but the new room is not joined yet.

Link copied to clipboard

The room has been upgraded, and the new room has been joined.

Functions

Link copied to clipboard
fun isUpgraded(): Boolean

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int