OutdatedServerVersion

data class OutdatedServerVersion(version: ServerVersion) : RecommendedServerIssue

The SDK uses a newer version of the API compared to the server. While this normally shouldn't be a problem, it may potentially cause problems like crashes.

Constructors

OutdatedServerVersion
Link copied to clipboard
fun OutdatedServerVersion(version: ServerVersion)

Properties

version
Link copied to clipboard
val version: ServerVersion