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

Classes

class  Builder
 

Public Member Functions

String getAppId ()
 
String getAppVersion ()
 
String getStoreCode ()
 
UIPopupConfiguration getUIPopupConfiguration ()
 
String getDisplayLanguageCode ()
 
String getServerApiVersion ()
 The API used in internal process only. More...
 
String getZoneType ()
 The API used in internal process only. More...
 
String toJsonString ()
 
String toPrettyJsonString ()
 
String toString ()
 

Static Public Member Functions

static Builder newBuilder (String appId, String appVersion, String storeCode)
 Returns a builder that sets the required parameters for Gamebase SDK initialization. More...
 
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)
 

Package Functions

String getGameEngine ()
 
String getPushType ()
 
String getServerUrl ()
 

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

◆ getAppId()

String getAppId ( )

◆ getAppVersion()

String getAppVersion ( )

◆ getDisplayLanguageCode()

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

◆ getGameEngine()

String getGameEngine ( )
package

◆ getPushType()

String getPushType ( )
package

◆ getServerApiVersion()

String getServerApiVersion ( )

The API used in internal process only.

TODO: Deprecated 정책 종료 후 제거하지 말고 접근 지시자를 default 로 변경하세요!

Since
Added 1.0.0.
Returns
Gamebase server API version.

◆ getServerUrl()

String getServerUrl ( )
package

◆ getStoreCode()

String getStoreCode ( )

◆ getUIPopupConfiguration()

UIPopupConfiguration getUIPopupConfiguration ( )

◆ getZoneType()

String getZoneType ( )

The API used in internal process only.

TODO: Deprecated 정책 종료 후 제거하지 말고 접근 지시자를 default 로 변경하세요!

Since
Added 1.0.0.
Returns
Gamebase server service zone type.

◆ newBuilder()

static Builder newBuilder ( String  appId,
String  appVersion,
String  storeCode 
)
static

Returns a builder that sets the required parameters for Gamebase SDK initialization.

Since
Added 2.6.0.
Parameters
appIdProjectKey of the TOAST Console.
appVersionClient version of the Gamebase.
storeCodeThe market for publishing the application.

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