RecommendedServerInfoScore

enum RecommendedServerInfoScore : Enum<RecommendedServerInfoScore>

Entries

Link copied to clipboard
BAD(-1)

Indicates a server was unable to reply or the reply was not valid. Generally not recommended to proceed with a connection.

Link copied to clipboard
OK(0)

The connection is not great (older server version, latency, not secure etc.) but the SDK should be able to communicate just fine.

Link copied to clipboard
GOOD(1)

Server responds properly and appears to be compatible with the SDK. The server might be slower to respond or use a slightly older api version.

Link copied to clipboard

Same as GOOD but none of the scoring tests failed.

Properties

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