ClientInfo

data class ClientInfo(val name: String, val version: String)

The client information is used to identify the client.

Constructors

Link copied to clipboard
constructor(name: String, version: String)

Properties

Link copied to clipboard

Name of the client, this should normally not change.

Link copied to clipboard

The version of the client.