IncrementVersion

@Serializable
@SerialName(value = "IncrementVersion")
class IncrementVersion : ServerRequest(source)

Send a request to the server asking it to increment a monotonically increasing version count.

The version value itself doesn't matter -- it's just a simple numeric where if you find it differs from your own local copy, it means you are out of date.

Constructors

Link copied to clipboard
constructor()