Gamebase SDK for Android
2.9.1
Toast 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.Logger.initialize
( final Context context, 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
Gamebase.Purchase.getStoreCode
()
As of release 2.6.0, Changing the storeCode in runtime is no longer supported.
Member
Gamebase.Purchase.requestRetryTransaction
( final Activity activity, final GamebaseDataCallback< PurchasableRetryTransactionResult > callback)
As of release 2.6.0, You don't need to call this API anymore.
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
GamebaseConfiguration#newBuilder(String, String, String)
method only.
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.setFCMSenderId
(String senderId)
As of release 2.6.0, You don't need to call this API anymore.
Member
GamebaseConfiguration.Builder.setStoreCode
(String storeCode)
As of release 2.6.0, use
GamebaseConfiguration#newBuilder(String, String, String)
method instead.
Member
GamebaseConfiguration.Builder.setTencentAccessId
(String accessId)
As of release 2.6.0, You need to define AccessKey and AccessID to the AndroidManifest.xml or build.gradle.
Member
GamebaseConfiguration.Builder.setTencentAccessKey
(String accessKey)
As of release 2.6.0, You need to define AccessKey and AccessID to the AndroidManifest.xml or build.gradle.
Member
GamebaseConfiguration.Builder.setZoneType
(String zoneType)
As of release 2.6.0, do not call this method.
Member
GamebaseConfiguration.getFCMSenderId
()
As of release 2.6.0, This API is not used anymore.
Member
GamebaseConfiguration.getServerApiVersion
()
As of release 2.6.0, Do not call this method anymore.
Member
GamebaseConfiguration.getTencentAccessId
()
As of release 2.6.0, This API is not used anymore.
Member
GamebaseConfiguration.getTencentAccessKey
()
As of release 2.6.0, This API is not used anymore.
Member
GamebaseConfiguration.getZoneType
()
As of release 2.6.0, Do not call this method anymore.
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.
Generated by
1.8.13