RecommendedServerInfoScore

enum RecommendedServerInfoScore : Enum<RecommendedServerInfoScore>

Entries

BAD
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.

OK
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.

GOOD
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.

GREAT
Link copied to clipboard

Same as GOOD but none of the scoring tests failed.

Properties

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