Gamebase SDK for Android  1.5.0
Toast Gamebase Platform
LaunchingStatus Class Reference

Created by shhong on 2016. More...

Inheritance diagram for LaunchingStatus:
Inheritance graph
Collaboration diagram for LaunchingStatus:
Collaboration graph

Public Member Functions

int getCode ()
 
String getMessage ()
 
boolean isPlayable ()
 
boolean isInspectingService ()
 

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

Detailed Description

Created by shhong on 2016.

  1. 22..

Member Function Documentation

◆ getCode()

int getCode ( )

◆ getMessage()

String getMessage ( )

◆ isInspectingService()

boolean isInspectingService ( )

◆ isPlayable()

boolean isPlayable ( )

Member Data Documentation

◆ BLOCKED_USER

final int BLOCKED_USER = 301
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

◆ 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

◆ RECOMMEND_UPDATE

final int RECOMMEND_UPDATE = 201
static

◆ REQUIRE_UPDATE

final int REQUIRE_UPDATE = 300
static

◆ TERMINATED_SERVICE

final int TERMINATED_SERVICE = 302
static