Gamebase SDK for Android 2.50.0
NHN Cloud Gamebase Platform
Loading...
Searching...
No Matches
LaunchingStatus Class Reference
Inheritance diagram for LaunchingStatus:
Inheritance graph
Collaboration diagram for LaunchingStatus:
Collaboration graph

Public Member Functions

int getCode ()
 
String getMessage ()
 
boolean isPlayable ()
 Returns whether or not login is possible. More...
 
boolean isInspectingService ()
 
String toJsonString ()
 
String toPrettyJsonString ()
 
String toString ()
 

Static Public Member Functions

static< T > T fromJson (@NonNull String json, Class< T > classOfT)
 
static< T > T fromJson (@NonNull JSONObject jsonObject, Class< T > classOfT)
 
static< T > T fromJson (@NonNull String json, Type type)
 

Static Public Attributes

static final int IN_SERVICE = 200
 
static final int RECOMMEND_UPDATE = 201
 
static final int IN_SERVICE_BY_QA_WHITE_LIST = 202
 
static final int IN_TEST = 203
 
static final int IN_REVIEW = 204
 
static final int IN_BETA = 205
 
static final int REQUIRE_UPDATE = 300
 
static final int BLOCKED_USER = 301
 
static final int TERMINATED_SERVICE = 302
 
static final int INSPECTING_SERVICE = 303
 
static final int INSPECTING_ALL_SERVICES = 304
 
static final int INTERNAL_SERVER_ERROR = 500
 

Package Functions

 LaunchingStatus ()
 

Package Attributes

int code
 
String message
 

Constructor & Destructor Documentation

◆ LaunchingStatus()

LaunchingStatus ( )
package

Member Function Documentation

◆ fromJson() [1/3]

static< T > T fromJson ( @NonNull JSONObject  jsonObject,
Class< T >  classOfT 
)
staticinherited
Here is the call graph for this function:

◆ fromJson() [2/3]

static< T > T fromJson ( @NonNull String  json,
Class< T >  classOfT 
)
staticinherited
Here is the caller graph for this function:

◆ fromJson() [3/3]

static< T > T fromJson ( @NonNull String  json,
Type  type 
)
staticinherited

◆ getCode()

int getCode ( )

◆ getMessage()

String getMessage ( )

◆ isInspectingService()

boolean isInspectingService ( )

◆ isPlayable()

boolean isPlayable ( )

Returns whether or not login is possible.

[Gamebase-Client/1029] 게임 개발자는 Status Code 의 모든 값을 확인하여 직접 제어해야 하므로 isPlayable() 함수를 제공하여 LaunchingStatus 에 대해 신경을 쓰지 않도록 편리를 제공해서는 안되므로 deprecated 처리합니다.

Since
Added 1.4.0.
Returns
Returns whether or not login is possible.

◆ toJsonString()

String toJsonString ( )
inherited
Here is the caller graph for this function:

◆ toPrettyJsonString()

String toPrettyJsonString ( )
inherited

◆ toString()

String toString ( )
inherited

Reimplemented in TransferAccountRenewConfiguration.

Here is the call graph for this function:

Member Data Documentation

◆ BLOCKED_USER

final int BLOCKED_USER = 301
static

◆ code

int code
package

◆ IN_BETA

final int IN_BETA = 205
static

◆ IN_REVIEW

final int IN_REVIEW = 204
static

◆ IN_SERVICE

final int IN_SERVICE = 200
static

◆ IN_SERVICE_BY_QA_WHITE_LIST

final int IN_SERVICE_BY_QA_WHITE_LIST = 202
static

◆ IN_TEST

final int IN_TEST = 203
static

◆ INSPECTING_ALL_SERVICES

final int INSPECTING_ALL_SERVICES = 304
static

◆ INSPECTING_SERVICE

final int INSPECTING_SERVICE = 303
static

◆ INTERNAL_SERVER_ERROR

final int INTERNAL_SERVER_ERROR = 500
static

◆ message

String message
package

◆ RECOMMEND_UPDATE

final int RECOMMEND_UPDATE = 201
static

◆ REQUIRE_UPDATE

final int REQUIRE_UPDATE = 300
static

◆ TERMINATED_SERVICE

final int TERMINATED_SERVICE = 302
static