LaunchingStatus

Properties

Link copied to clipboard
val BLOCKED_USER: Int = 301
Link copied to clipboard
open val code: Int
Link copied to clipboard
val IN_BETA: Int = 205
Link copied to clipboard
val IN_REVIEW: Int = 204
Link copied to clipboard
val IN_SERVICE: Int = 200
Link copied to clipboard
Link copied to clipboard
val IN_TEST: Int = 203
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val message: String
Link copied to clipboard
Link copied to clipboard
val REQUIRE_UPDATE: Int = 300
Link copied to clipboard

Functions

Link copied to clipboard
open fun <T> fromJson(@NonNull json: String, classOfT: Class<T>): T
open fun <T> fromJson(@NonNull json: String, type: Type): T
open fun <T> fromJson(@NonNull jsonObject: JSONObject, classOfT: Class<T>): T
Link copied to clipboard
Link copied to clipboard
open fun isPlayable(): Boolean
Returns whether or not login is possible.
Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open fun toString(): String