Gamebase SDK for Android  2.39.0
NHN Cloud Gamebase Platform
Deprecated List
Member Gamebase.activeApp (final Context applicationContext)
As of release 2.6.0, This is called by the GamebaseInitProvider automatically.
Member Gamebase.Purchase.requestRetryTransaction (@NonNull final Activity activity, @NonNull final GamebaseDataCallback< PurchasableRetryTransactionResult > callback)
As of release 2.6.0, You don't need to call this API anymore.
Member Gamebase.Purchase.getStoreCode ()
As of release 2.6.0, Changing the storeCode in runtime is no longer supported.
Member Gamebase.Purchase.setStoreCode (final String storeCode)
As of release 2.6.0, changing the storeCode in runtime is no longer supported. You can set storeCode with com.toast.android.gamebase.GamebaseConfiguration#newBuilder(String, String, String) method only.
Member Gamebase.Logger.initialize (@NonNull final Context context, @NonNull final GamebaseCallback callback)
As of release 2.9.0, You don't need to call this API anymore. This API is called by the GamebaseInitProvider automatically.
Member GamebaseConfiguration.getServerApiVersion ()
As of release 2.6.0, Do not call this method anymore.
Member GamebaseConfiguration.getZoneType ()
As of release 2.6.0, Do not call this method anymore.
Member GamebaseConfiguration.Builder.Builder (String appId, String appVersion)
As of release 2.6.0, use GamebaseConfiguration#newBuilder(String, String, String) method instead.
Member GamebaseConfiguration.Builder.setZoneType (String zoneType)
As of release 2.6.0, do not call this method.
Member GamebaseConfiguration.Builder.setStoreCode (String storeCode)
As of release 2.6.0, use GamebaseConfiguration#newBuilder(String, String, String) method instead.
Member LaunchingStatus.isPlayable ()
As of release 2.6.0, Do not call this method anymore. You have to do the processing according to the launching status code.