Gamebase SDK for Android  2.20.2
Toast Gamebase Platform
DeprecatedAPIs.md File Reference
com.toast.android.gamebase.base.NetworkManager.getTypeName
String getTypeName()
Definition: NetworkManager.java:89
com.toast.android.gamebase.auth.data.AuthGamebaseToken.getAccessTokenSecret
String getAccessTokenSecret()
Definition: AuthGamebaseToken.java:20
com.toast.android.gamebase.launching.data.LaunchingInfo.APP_TYPE_CODE_SANDBOX
static final String APP_TYPE_CODE_SANDBOX
Definition: LaunchingInfo.java:20
com.toast.android.gamebase.base.log.Logger.println
static void println(int priority, String tag, String msg)
Instructs the LogNode to print the log data provided.
Definition: Logger.java:89
com.toast.android.gamebase.base.log.Logger.println
static void println(int priority, String tag, String msg, Throwable tr)
Instructs the LogNode to print the log data provided.
Definition: Logger.java:67
com.toast.android.gamebase.base.push.data.GamebasePushAgreement.adAgreement
final boolean adAgreement
Definition: GamebasePushAgreement.java:12
com.toast.android.gamebase.base.auth.AuthProvider.WEIBO
String WEIBO
Definition: AuthProvider.java:26
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.Builder.enableBadge
Builder enableBadge(boolean badgeEnabled)
Definition: GamebaseNotificationOptions.java:117
com.toast.android.gamebase.auth.data.AuthToken.getUserId
String getUserId()
Definition: AuthToken.java:26
com.toast.android.gamebase.launching.data.LaunchingInfo.getIapIdMap
Map< String, String > getIapIdMap()
Definition: LaunchingInfo.java:102
com.toast.android.gamebase.event.data.PushAction.from
static PushAction from(@Nullable final String jsonString)
Factory method to create VO instance.
Definition: PushAction.java:27
com.toast.android.gamebase.Gamebase.WebView.showWebView
static void showWebView(@NonNull Activity activity, @NonNull String url, @NonNull GamebaseWebViewConfiguration configuration)
This method to create the webview and display it on screen.
Definition: Gamebase.java:2206
com.toast.android.gamebase.auth.mapping.data.ForcingMappingTicket.expirationDate
long expirationDate
Definition: ForcingMappingTicket.java:76
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.Builder.setPriority
Builder setPriority(int priority)
Definition: GamebaseNotificationOptions.java:122
com.toast.android.gamebase.GamebaseSystemInfo.isDebugMode
boolean isDebugMode()
Definition: GamebaseSystemInfo.java:98
com.toast.android.gamebase.auth.transfer.data.RenewalTargetType.RenewalTargetType
RenewalTargetType(String name, String description)
Definition: RenewalTargetType.java:26
com.toast.android.gamebase.imagenotice.ImageNoticeConfiguration.Builder.setBackgroundColor
Builder setBackgroundColor(int backgroundColor)
Change the dimmed background color.
Definition: ImageNoticeConfiguration.java:82
com.toast.android.gamebase.GamebaseWebViewConfiguration.newBuilder
static Builder newBuilder()
Definition: GamebaseWebViewConfiguration.java:117
com.toast.android.gamebase.auth.data.AuthMappingInfo.getRegDate
long getRegDate()
Definition: AuthMappingInfo.java:31
com.toast.android.gamebase.launching.data.LaunchingInfo.TCPRODUCT_TYPE_IAP
static final String TCPRODUCT_TYPE_IAP
Definition: LaunchingInfo.java:25
com.toast.android.gamebase.launching.data.LaunchingNoticeInfo
Definition: LaunchingNoticeInfo.java:7
com.toast.android.gamebase.Gamebase.TemporaryWithdrawal
This class provides functionality related to temporary withdrawal.
Definition: Gamebase.java:1358
com.toast.android.gamebase.launching.data.LaunchingStatus.isPlayable
boolean isPlayable()
Returns whether or not login is possible.
Definition: LaunchingStatus.java:52
com.toast.android.gamebase.base.GamebaseError.ANDROID_ACTIVITY_DESTROYED
static final int ANDROID_ACTIVITY_DESTROYED
Definition: GamebaseError.java:48
com.toast.android.gamebase.base.GamebaseError.INVALID_MEMBER
static final int INVALID_MEMBER
Definition: GamebaseError.java:33
com.toast.android.gamebase.Gamebase.removeAllServerPushEvent
static void removeAllServerPushEvent()
Remove all server push event listeners.
Definition: Gamebase.java:1290
com.toast.android.gamebase.Gamebase.getBanInfo
static BanInfo getBanInfo()
Gets the ban information of the suspended user.
Definition: Gamebase.java:964
com.toast.android.gamebase.base.purchase.PurchasableRetryTransactionResult
The information of the items that are result of the Purchasable#requestRetryTransaction(Activity,...
Definition: PurchasableRetryTransactionResult.java:21
com.toast.android.gamebase.GamebaseSystemInfo.getGameEngine
String getGameEngine()
Definition: GamebaseSystemInfo.java:139
com.toast.android.gamebase.Gamebase.addServerPushEvent
static void addServerPushEvent(ServerPushEvent event)
Add a server push event listener to be called when server push message is arrived.
Definition: Gamebase.java:1270
com.toast.android.gamebase.base.GamebaseException.getDetailMessage
String getDetailMessage()
Definition: GamebaseException.java:179
com.toast.android.gamebase.event.data.GamebaseEventMessage.GamebaseEventMessage
GamebaseEventMessage(@NonNull String category, @Nullable String data)
Definition: GamebaseEventMessage.java:19
com.toast.android.gamebase.serverpush.ServerPushEventMessage.type
final String type
Definition: ServerPushEventMessage.java:4
com.toast.android.gamebase.auth.transfer.data.TransferAccountRenewConfiguration.newManualRenewConfiguration
static TransferAccountRenewConfiguration newManualRenewConfiguration(final String accountPassword)
Definition: TransferAccountRenewConfiguration.java:25
com.toast.android.gamebase.auth.transfer.data.TransferAccountInfo.Account.id
String id
Definition: TransferAccountInfo.java:11
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setNavigationBarHeight
Builder setNavigationBarHeight(int height)
This method sets the height of the navigation bar.
Definition: GamebaseWebViewConfiguration.java:271
com.toast.android.gamebase.base.log.Loggable.setMessagePrefix
void setMessagePrefix(String prefix)
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.Builder
Definition: GamebaseNotificationOptions.java:100
com.toast.android.gamebase.base.GamebaseError.INVALID_JSON_FORMAT
static final int INVALID_JSON_FORMAT
Definition: GamebaseError.java:31
com.toast.android.gamebase.auth.transfer.data.TransferAccountInfo.Condition
Definition: TransferAccountInfo.java:15
com.toast.android.gamebase.Gamebase.WebView
This class implements the Webview call function.
Definition: Gamebase.java:2156
com.toast.android.gamebase.Gamebase.Logger.error
static void error(@NonNull final String format, @NonNull final Object... args)
Send a log to Log & Crash Server for analyzing the string message with error level.
Definition: Gamebase.java:2602
com.toast.android.gamebase.launching.data.LaunchingStatus.RECOMMEND_UPDATE
static final int RECOMMEND_UPDATE
Definition: LaunchingStatus.java:11
com.toast.android.gamebase.observer.Observer.onUpdate
void onUpdate(ObserverMessage message)
com.toast.android.gamebase.auth.transfer.data.TransferAccountFailInfo.appId
String appId
Definition: TransferAccountFailInfo.java:48
com.toast.android.gamebase.base.GamebaseError.AUTH_ADD_MAPPING_CANNOT_ADD_GUEST_IDP
static final int AUTH_ADD_MAPPING_CANNOT_ADD_GUEST_IDP
Definition: GamebaseError.java:108
com.toast.android.gamebase.Gamebase.Logger.setLoggerListener
static void setLoggerListener(@NonNull final LoggerListener listener)
You can be notified of the result of the log transfer through this listener.
Definition: Gamebase.java:2710
com.toast.android.gamebase.base.GamebaseException.toString
String toString()
Definition: GamebaseException.java:273
com.toast.android.gamebase.base.ScreenOrientation.LANDSCAPE_REVERSE
static final int LANDSCAPE_REVERSE
Definition: ScreenOrientation.java:11
com.toast.android.gamebase.launching.data.LaunchingInfo.getCsUrl
String getCsUrl()
Definition: LaunchingInfo.java:136
com.toast.android.gamebase.GamebaseSystemInfo.getNetworkOperatorName
String getNetworkOperatorName()
Definition: GamebaseSystemInfo.java:297
com.toast.android.gamebase.base.push.data.GamebasePushTokenInfo.agreement
final GamebasePushAgreement agreement
Definition: GamebasePushTokenInfo.java:29
com.toast.android.gamebase.base.ui.SimpleMultiChoiceDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final List< String > items, @Nullable final DialogInterface.OnMultiChoiceClickListener multiChoiceListener, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener)
Definition: SimpleMultiChoiceDialog.java:20
com.toast.android.gamebase.GamebaseConfiguration.getUIPopupConfiguration
UIPopupConfiguration getUIPopupConfiguration()
Definition: GamebaseConfiguration.java:57
com.toast.android.gamebase.base.GamebaseError.UI_TERMS_NOT_EXIST_IN_CONSOLE
static final int UI_TERMS_NOT_EXIST_IN_CONSOLE
Definition: GamebaseError.java:172
com.toast.android.gamebase.Gamebase.addMappingForcibly
static void addMappingForcibly(@NonNull final Activity activity, @NonNull final String providerName, @NonNull final String forcingMappingKey, @Nullable final GamebaseDataCallback< AuthToken > callback)
Forcibly trying to map the currently authenticated user identifier of Gamebase with the credential of...
Definition: Gamebase.java:516
com.toast.android.gamebase.launching.data.LaunchingInfo.TcProductType
Definition: LaunchingInfo.java:160
com.toast.android.gamebase.base.push.PushConfiguration.Builder.enableAdAgreementNight
Builder enableAdAgreementNight(boolean adAgreementNight)
Definition: PushConfiguration.java:173
com.toast.android.gamebase.base.annotation
Definition: ToastDuration.java:5
com.toast.android.gamebase.base.GamebaseError.AUTH_TRANSFERACCOUNT_CONSOLE_NO_CONDITION
static final int AUTH_TRANSFERACCOUNT_CONSOLE_NO_CONDITION
Definition: GamebaseError.java:88
com.toast.android.gamebase.auth.data.AuthMappingInfo.getIdPCode
String getIdPCode()
Definition: AuthMappingInfo.java:27
com.toast.android.gamebase.auth.data.BanInfo.banType
String banType
There are two types of the banning.
Definition: BanInfo.java:67
com.toast.android.gamebase.base.push.PushProvider.Type
The type of the external purchase module.
Definition: PushProvider.java:19
com.toast.android.gamebase.base.purchase.PurchasableReceipt.expiryTime
long expiryTime
Definition: PurchasableReceipt.java:45
com.toast.android.gamebase.base.GamebaseError.newError
static GamebaseException newError(@NonNull final String domain, final int code, @Nullable final Throwable cause)
Definition: GamebaseError.java:229
com.toast.android.gamebase.base.purchase.PurchasableItem.gamebaseProductId
String gamebaseProductId
Definition: PurchasableItem.java:37
com.toast.android.gamebase.base.GamebaseError.UI_TERMS_UNREGISTERED_SEQ
static final int UI_TERMS_UNREGISTERED_SEQ
Definition: GamebaseError.java:174
com.toast.android.gamebase.base.GamebaseError.AUTH_ADD_MAPPING_FORCIBLY_ALREADY_USED_KEY
static final int AUTH_ADD_MAPPING_FORCIBLY_ALREADY_USED_KEY
Definition: GamebaseError.java:112
com.toast.android.gamebase.base.GamebaseError.AUTH_REMOVE_MAPPING_LOGGED_IN_IDP
static final int AUTH_REMOVE_MAPPING_LOGGED_IN_IDP
Definition: GamebaseError.java:120
com.toast.android.gamebase.base.auth.AuthProvider.LogoutCallback
Definition: AuthProvider.java:79
com.toast.android.gamebase.Gamebase.transferAccountWithIdPLogin
static void transferAccountWithIdPLogin(final String accountId, final String accountPassword, final GamebaseDataCallback< AuthToken > callback)
Try to transfer account with transfer account id and password.
Definition: Gamebase.java:876
com.toast.android.gamebase.event.data.GamebaseEventObserverData.extras
String extras
Definition: GamebaseEventObserverData.java:17
com.toast.android.gamebase.Gamebase.Logger.fatal
static void fatal(@NonNull final String message)
Send a log to Log & Crash Server for analyzing the string message with fatal level.
Definition: Gamebase.java:2547
com.toast.android.gamebase.Gamebase.login
static void login(@NonNull final Activity activity, @NonNull final Map< String, Object > credentialInfo, @Nullable final GamebaseDataCallback< AuthToken > callback)
Logs the user in with the credential of external authentication provider.
Definition: Gamebase.java:309
com.toast.android.gamebase.launching.listeners.LaunchingStatusUpdateListener
Definition: LaunchingStatusUpdateListener.java:9
com.toast.android.gamebase.base.ScreenOrientation.LANDSCAPE
static final int LANDSCAPE
Definition: ScreenOrientation.java:10
com.toast.android.gamebase.auth.data.BanInfo.from
static BanInfo from(GamebaseException exception)
Factory method to create VO instance.
Definition: BanInfo.java:109
com.toast.android.gamebase.auth.data.AuthGamebaseToken.AuthGamebaseToken
AuthGamebaseToken()
Definition: AuthGamebaseToken.java:13
com.toast.android.gamebase.GamebaseConfiguration.getAppId
String getAppId()
Definition: GamebaseConfiguration.java:45
com.toast.android.gamebase.auth.data.BanInfo
If the login or addMapping API fails with error BANNED_MEMBER (7), this VO class tells you the ban i...
Definition: BanInfo.java:56
com.toast.android.gamebase.GamebaseSystemInfo
Definition: GamebaseSystemInfo.java:26
com.toast.android.gamebase.base.log.Logger.v
static void v(String tag, String msg)
Prints a message at VERBOSE priority.
Definition: Logger.java:111
com.toast.android.gamebase.GamebaseSystemInfo.removeAllOnSystemInfoListener
void removeAllOnSystemInfoListener()
Definition: GamebaseSystemInfo.java:347
com.toast.android.gamebase.base.GamebaseException.GamebaseException
GamebaseException(final String domain, final int code, String message, Throwable cause)
Constructs a new GamebaseException.
Definition: GamebaseException.java:135
com.toast
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.Builder.enableForeground
Builder enableForeground(boolean foregroundEnabled)
Definition: GamebaseNotificationOptions.java:112
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setNavigationBarVisible
Builder setNavigationBarVisible(boolean visible)
This method sets the visibility of the navigation bar of the WebView.
Definition: GamebaseWebViewConfiguration.java:260
com.toast.android.gamebase.base.GamebaseException.getExtraString
String getExtraString(final String key)
Definition: GamebaseException.java:206
com.toast.android.gamebase.base.push.data.GamebasePushAgreement
Definition: GamebasePushAgreement.java:10
com.toast.android.gamebase.observer.ObserverMessage.type
final String type
Definition: ObserverMessage.java:14
com.toast.android.gamebase.base.GamebaseError.UI_CONTACT_FAIL_ISSUE_SHORT_TERM_TICKET
static final int UI_CONTACT_FAIL_ISSUE_SHORT_TERM_TICKET
Definition: GamebaseError.java:170
com.toast.android.gamebase.base.push.data.GamebasePushTokenInfo.userId
final String userId
Definition: GamebasePushTokenInfo.java:19
com.toast.android.gamebase.base.log.Logger.DEBUG
static final int DEBUG
Definition: Logger.java:15
com.toast.android.gamebase.GamebaseWebViewConfiguration.getPopupHeightDp
int getPopupHeightDp()
Definition: GamebaseWebViewConfiguration.java:113
com.toast.android.gamebase.GamebaseSystemInfo.initialize
void initialize(Context applicationContext, GamebaseLanguage gamebaseLanguage)
Definition: GamebaseSystemInfo.java:67
com.toast.android.gamebase.error.data.UpdateInfo.installUrl
String installUrl
Market url to update the application.
Definition: UpdateInfo.java:59
com.toast.android.gamebase.GamebaseSystemInfo.addOnSystemInfoListener
void addOnSystemInfoListener(final OnSystemInfoListener listener)
SystemInfo Event 들에 대해 이벤트 수신을 할 수 있도록 리스너를 등록한다.
Definition: GamebaseSystemInfo.java:339
com.toast.android.gamebase.base.GamebaseError.PUSH_ALREADY_IN_PROGRESS_ERROR
static final int PUSH_ALREADY_IN_PROGRESS_ERROR
Definition: GamebaseError.java:155
com.toast.android.gamebase.base.push.PushProvider.Type.FCM
static final String FCM
Definition: PushProvider.java:21
com.toast.android.gamebase.Gamebase.Purchase.getStoreCode
static String getStoreCode()
Gets the store code of the current app.
Definition: Gamebase.java:1825
com.toast.android.gamebase.auth.data.TemporaryWithdrawalInfo.TemporaryWithdrawalInfo
TemporaryWithdrawalInfo()
Definition: TemporaryWithdrawalInfo.java:13
com.toast.android.gamebase.base.GamebaseError.AUTH_ADD_MAPPING_FORCIBLY_DIFFERENT_AUTHKEY
static final int AUTH_ADD_MAPPING_FORCIBLY_DIFFERENT_AUTHKEY
Definition: GamebaseError.java:115
com.toast.android.gamebase.observer
Definition: Observer.java:5
com.toast.android.gamebase.base.NetworkManager.isAvailable
static boolean isAvailable(Context context)
Definition: NetworkManager.java:39
com.toast.android.gamebase.Gamebase.getCarrierCode
static String getCarrierCode()
Gets the carrier code set for the current device.
Definition: Gamebase.java:998
com.toast.android.gamebase.base.log.Logger.ERROR
static final int ERROR
Definition: Logger.java:18
com.toast.android.gamebase.base.GamebaseError.LAUNCHING_SERVER_ERROR
static final int LAUNCHING_SERVER_ERROR
Launching error code.
Definition: GamebaseError.java:66
com.toast.android.gamebase.base.GamebaseError.NOT_SUPPORTED_ANDROID
static final int NOT_SUPPORTED_ANDROID
for unity plugin error code.
Definition: GamebaseError.java:42
com.toast.android.gamebase.base.push.data.GamebasePushTokenInfo.pushType
final String pushType
Definition: GamebasePushTokenInfo.java:15
com.toast.android.gamebase.launching.data.LaunchingInfo.getGamebaseUrl
String getGamebaseUrl()
Definition: LaunchingInfo.java:164
com.toast.android.gamebase.base.GamebaseError.PURCHASE_NOT_INITIALIZED
static final int PURCHASE_NOT_INITIALIZED
Purchase error code.
Definition: GamebaseError.java:139
com.toast.android.gamebase.launching.data.LaunchingInfo.getStatus
LaunchingStatus getStatus()
Definition: LaunchingInfo.java:43
com.toast.android.gamebase.GamebaseWebViewConfiguration.isBackButtonVisible
boolean isBackButtonVisible()
Definition: GamebaseWebViewConfiguration.java:71
com.toast.android.gamebase.Gamebase.getAuthProviderUserID
static String getAuthProviderUserID(@NonNull String providerName)
Gets the user ID from the authentication provider.
Definition: Gamebase.java:932
com.toast.android.gamebase.auth.mapping.data.ForcingMappingTicket
If the addMapping API fails with error AUTH_ADD_MAPPING_ALREADY_MAPPED_TO_OTHER_MEMBER (3302),...
Definition: ForcingMappingTicket.java:67
com.toast.android.gamebase.Gamebase.isDebugMode
static boolean isDebugMode()
Indicates if we are in debug mode.
Definition: Gamebase.java:167
com.toast.android.gamebase.auth.transfer.data.TransferAccountFailInfo.from
static TransferAccountFailInfo from(GamebaseException exception)
Factory method to create VO instance.
Definition: TransferAccountFailInfo.java:65
com.toast.android.gamebase.launching.data.LaunchingMaintenanceInfo
Definition: LaunchingMaintenanceInfo.java:7
com.toast.android.gamebase.base.purchase.PurchasableItem.isActive
boolean isActive
Definition: PurchasableItem.java:35
com.toast.android.gamebase.launching.data.LaunchingStatus.IN_BETA
static final int IN_BETA
Definition: LaunchingStatus.java:15
com.toast.android.gamebase.Gamebase.Logger
Definition: Gamebase.java:2448
com.toast.android.gamebase.base.GamebaseError.NOT_LOGGED_IN
static final int NOT_LOGGED_IN
Definition: GamebaseError.java:29
com.toast.android.gamebase.GamebaseWebViewConfiguration
Definition: GamebaseWebViewConfiguration.java:18
com.toast.android.gamebase.base.NetworkManager.TYPE_NOT
static final int TYPE_NOT
Definition: NetworkManager.java:20
com.toast.android.gamebase.base.GamebaseException.toJsonString
String toJsonString()
Definition: GamebaseException.java:257
com.toast.android.gamebase.base.GamebaseError.SERVER_INTERNAL_ERROR
static final int SERVER_INTERNAL_ERROR
Server error code.
Definition: GamebaseError.java:191
com.toast.android.gamebase.base.auth.AuthProvider.GUEST
String GUEST
Definition: AuthProvider.java:16
com.toast.android.gamebase.Gamebase.getDeviceLanguageCode
static String getDeviceLanguageCode()
Gets the language code set for the current device.
Definition: Gamebase.java:974
com.toast.android.gamebase.base.purchase.PurchasableRetryTransactionResult.successList
List< PurchasableReceipt > successList
Definition: PurchasableRetryTransactionResult.java:22
com.toast.android.gamebase.Gamebase.removeServerPushEvent
static void removeServerPushEvent(ServerPushEvent event)
Remove a server push event listener.
Definition: Gamebase.java:1281
com.toast.android.gamebase.GamebaseSystemInfo.getCountryCode
String getCountryCode()
Definition: GamebaseSystemInfo.java:260
com.toast.android.gamebase.GamebaseSystemInfo.getServerUrl
String getServerUrl()
Definition: GamebaseSystemInfo.java:111
com.toast.android.gamebase.base.GamebaseException.putExtras
void putExtras(Map< String, Object > extras)
Definition: GamebaseException.java:191
com.toast.android.gamebase.GamebaseWebViewConfiguration.getPopupHeightRatio
float getPopupHeightRatio()
Definition: GamebaseWebViewConfiguration.java:105
com.toast.android.gamebase.base.log
Definition: Loggable.java:5
com.toast.android.gamebase.auth.mapping.data.ForcingMappingTicket.from
static ForcingMappingTicket from(@NonNull final GamebaseException exception)
Factory method to create VO instance.
Definition: ForcingMappingTicket.java:88
com.toast.android.gamebase.base.push.PushConfiguration.Builder.build
PushConfiguration build()
This method creates an instance of PushConfiguration.
Definition: PushConfiguration.java:189
com.toast.android.gamebase.GamebaseWebViewConfiguration.getStyle
int getStyle()
Definition: GamebaseWebViewConfiguration.java:55
com.toast.android.gamebase.Gamebase.Terms.queryTerms
static void queryTerms(@NonNull Activity activity, @NonNull GamebaseDataCallback< GamebaseQueryTermsResult > callback)
Request terms and conditions items list from Gamebase console.
Definition: Gamebase.java:2804
com.toast.android.gamebase.base.auth.AuthProvider.LogoutCallback.onSuccess
void onSuccess()
com.toast.android.gamebase.auth.transfer.data.RenewalTargetType.PASSWORD
PASSWORD
Password만 새로이 발급받습니다.
Definition: RenewalTargetType.java:16
com.toast.android.gamebase.base.GamebaseError.AUTH_UNKNOWN_ERROR
static final int AUTH_UNKNOWN_ERROR
Definition: GamebaseError.java:134
com.toast.android.gamebase.base.push.data.GamebasePushTokenInfo.timezone
final String timezone
Definition: GamebasePushTokenInfo.java:23
com.toast.android.gamebase.base.purchase.PurchasableReceipt.purchaseTime
long purchaseTime
Definition: PurchasableReceipt.java:44
com.toast.android.gamebase.base.ScreenOrientation.LANDSCAPE_SENSOR
static final int LANDSCAPE_SENSOR
Definition: ScreenOrientation.java:13
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder
Definition: GamebaseWebViewConfiguration.java:126
com.toast.android.gamebase.auth.transfer.data.TransferAccountFailInfo.regDate
long regDate
Definition: TransferAccountFailInfo.java:53
com.toast.android.gamebase.base.GamebaseError.AUTH_ADD_MAPPING_FORCIBLY_NOT_EXIST_KEY
static final int AUTH_ADD_MAPPING_FORCIBLY_NOT_EXIST_KEY
Definition: GamebaseError.java:111
com.toast.android.gamebase.observer.ObserverMessage.Type.LAUNCHING
static final String LAUNCHING
Definition: ObserverMessage.java:25
com.toast.android.gamebase.base.GamebaseError.AUTH_EXTERNAL_LIBRARY_ERROR
static final int AUTH_EXTERNAL_LIBRARY_ERROR
Definition: GamebaseError.java:78
com.toast.android.gamebase.Gamebase.addObserver
static void addObserver(Observer observer)
Add a observer to be called when network status, launching status or user status is changed.
Definition: Gamebase.java:1331
com.toast.android.gamebase.auth.data.AuthGamebaseToken.getAccessToken
String getAccessToken()
Definition: AuthGamebaseToken.java:16
com.toast.android.gamebase.base.push.data.GamebasePushAgreement.GamebasePushAgreement
GamebasePushAgreement(final boolean enabled, final boolean adAgree, final boolean adAgreeNight)
Definition: GamebasePushAgreement.java:15
com.toast.android.gamebase.launching.data.LaunchingInfo.getMarketUrl
String getMarketUrl()
Definition: LaunchingInfo.java:117
com.toast.android.gamebase.base.ui
Definition: SimpleAlertDialog.java:5
com.toast.android.gamebase.Gamebase.Launching.getLaunchingStatus
static int getLaunchingStatus()
Gets the launching state.
Definition: Gamebase.java:1513
com.toast.android.gamebase.base.auth.AuthProviderProfile.toJsonStringWithFlat
String toJsonStringWithFlat()
Definition: AuthProviderProfile.java:91
OnSystemInfoListener
com.toast.android.gamebase.base.log.Logger.getLogLevel
static int getLogLevel()
Definition: Logger.java:41
com.toast.android.gamebase.base.GamebaseError.LOGGER_UNKNOWN_ERROR
static final int LOGGER_UNKNOWN_ERROR
Definition: GamebaseError.java:163
com.toast.android.gamebase.error.data.UpdateInfo.from
static UpdateInfo from(GamebaseException exception)
Factory method to create VO instance.
Definition: UpdateInfo.java:75
com.toast.android.gamebase.base.auth.AuthProvider.login
void login(@NonNull final Activity activity, @NonNull final AuthProviderConfiguration authProviderConfiguration, @Nullable final LoginCallback callback)
login to this idp
com.toast.android.gamebase.auth.data.AuthMappingInfo
Definition: AuthMappingInfo.java:9
com.toast.android.gamebase.base.GamebaseError.AUTH_ADD_MAPPING_FORCIBLY_EXPIRED_KEY
static final int AUTH_ADD_MAPPING_FORCIBLY_EXPIRED_KEY
Definition: GamebaseError.java:113
com.toast.android.gamebase.base.NetworkManager.getType
int getType()
Definition: NetworkManager.java:85
com.toast.android.gamebase.base.push.data.GamebasePushTokenInfo
Definition: GamebasePushTokenInfo.java:13
com.toast.android.gamebase.base.NetworkManager.OnChangedStatusListener.onChangedStatus
void onChangedStatus(int type)
com.toast.android.gamebase.base.ScreenOrientation.PORTRAIT
static final int PORTRAIT
Definition: ScreenOrientation.java:9
com.toast.android.gamebase.launching.data.LaunchingInfo.getDeviceLanguageCodeFromLaunching
String getDeviceLanguageCodeFromLaunching()
Definition: LaunchingInfo.java:64
com.toast.android.gamebase.base.ui.SimpleSelectItemDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final CharSequence[] items, @Nullable final DialogInterface.OnClickListener selectListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener, @Nullable final DialogInterface.OnCancelListener cancelListener, final boolean isCancelable)
Definition: SimpleSelectItemDialog.java:41
com.toast.android.gamebase.Gamebase.Terms
This class provides functionality related to terms of use view.
Definition: Gamebase.java:2718
com.toast.android.gamebase.GamebaseSystemInfo.getAppName
String getAppName()
Definition: GamebaseSystemInfo.java:94
com.toast.android.gamebase.Gamebase.addMappingForcibly
static void addMappingForcibly(@NonNull final Activity activity, @NonNull final Map< String, Object > credentialInfo, @NonNull final String forcingMappingKey, @Nullable final GamebaseDataCallback< AuthToken > callback)
Forcibly trying to map the currently authenticated user identifier of Gamebase with the credential of...
Definition: Gamebase.java:652
com.toast.android.gamebase.Gamebase.Logger.warn
static void warn(@NonNull final String format, @NonNull final Object... args)
Send a log to Log & Crash Server for analyzing the string message with warn level.
Definition: Gamebase.java:2588
com.toast.android.gamebase.Gamebase.addMapping
static void addMapping(@NonNull final Activity activity, @NonNull final Map< String, Object > credentialInfo, @Nullable final GamebaseDataCallback< AuthToken > callback)
Mapping the currently authenticated user identifier of Gamebase with the credential of external authe...
Definition: Gamebase.java:452
com.toast.android.gamebase.auth.mapping.data.ForcingMappingTicket.mappedUserId
String mappedUserId
UserId that can be cleared by force mapping.
Definition: ForcingMappingTicket.java:73
com.toast.android.gamebase.imagenotice.ImageNoticeConfiguration.Builder.enableAutoCloseByCustomScheme
Builder enableAutoCloseByCustomScheme(boolean autoCloseByCustomScheme)
Change whether image notification is automatically terminated when the custom scheme is activated.
Definition: ImageNoticeConfiguration.java:132
com.toast.android.gamebase.base.ui.SimpleAlertDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final String message, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, final boolean isCancelable)
Definition: SimpleAlertDialog.java:51
com.toast.android.gamebase.launching.data.LaunchingInfo.LaunchingInfo
LaunchingInfo()
Definition: LaunchingInfo.java:36
com.toast.android.gamebase.event.data.PushAction
Definition: PushAction.java:13
com.toast.android.gamebase.base.GamebaseException.getExtra
Object getExtra(final String key)
Definition: GamebaseException.java:198
com.toast.android.gamebase.base.auth.AuthProvider.WithdrawCallback.onCancel
void onCancel()
com.toast.android.gamebase.base.GamebaseError.AUTH_TRANSFERACCOUNT_BLOCK
static final int AUTH_TRANSFERACCOUNT_BLOCK
Definition: GamebaseError.java:85
com.toast.android.gamebase.launching.data.LaunchingMaintenanceInfo.getMessage
String getMessage()
Definition: LaunchingMaintenanceInfo.java:28
com.toast.android.gamebase.error.data.UpdateInfo
If the Initialize API fails with error LAUNCHING_UNREGISTERED_CLIENT (2004), this VO class tells you...
Definition: UpdateInfo.java:53
com.toast.android.gamebase.launching.data.LaunchingStatus.getCode
int getCode()
Definition: LaunchingStatus.java:31
com.toast.android.gamebase.base.purchase.PurchasableReceipt.from
static PurchasableReceipt from(@Nullable String jsonString)
Factory method to create VO instance.
Definition: PurchasableReceipt.java:58
com.toast.android.gamebase.serverpush.ServerPushEventMessage.toString
String toString()
Definition: ServerPushEventMessage.java:18
com.toast.android.gamebase.event.GamebaseEventCategory.SERVER_PUSH_APP_KICKOUT
static final String SERVER_PUSH_APP_KICKOUT
Definition: GamebaseEventCategory.java:9
LoggerListener
com.toast.android.gamebase.Gamebase.Push.registerPush
static void registerPush(@NonNull final Activity activity, @NonNull final PushConfiguration pushConfiguration, @NonNull final GamebaseNotificationOptions notificationOptions, @NonNull final GamebaseCallback callback)
Register push information to the push server.
Definition: Gamebase.java:1916
com.toast.android.gamebase.Gamebase.addMappingForcibly
static void addMappingForcibly(@NonNull final Activity activity, @NonNull final String providerName, @NonNull final String forcingMappingKey, @Nullable final Map< String, Object > additionalInfo, @Nullable final GamebaseDataCallback< AuthToken > callback)
Forcibly trying to map the currently authenticated user identifier of Gamebase with the credential of...
Definition: Gamebase.java:582
com.toast.android.gamebase.Gamebase.Purchase.requestActivatedPurchases
static void requestActivatedPurchases(@NonNull final Activity activity, @NonNull final GamebaseDataCallback< List< PurchasableReceipt >> callback)
Request a list of payment products that are currently subscribed.
Definition: Gamebase.java:1793
com.toast.android.gamebase.base.NetworkManager.TYPE_WIFI
static final int TYPE_WIFI
Definition: NetworkManager.java:22
com.toast.android.gamebase.Gamebase.Network.getTypeName
static String getTypeName()
Return a human-readable name describe the type of the network, for example "WIFI" or "MOBILE".
Definition: Gamebase.java:2310
com.toast.android.gamebase.base.log.Loggable.getMessagePrefix
String getMessagePrefix()
com.toast.android.gamebase.base.ValueObject
Definition: ValueObject.java:14
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions
Parameter class for the change push options like 'enableForeground'.
Definition: GamebaseNotificationOptions.java:19
com.toast.android.gamebase.Gamebase.issueTransferAccount
static void issueTransferAccount(final GamebaseDataCallback< TransferAccountInfo > callback)
Try to issue the transfer account.
Definition: Gamebase.java:807
com.toast.android.gamebase.base.NetworkManager.TYPE_ANY
static final int TYPE_ANY
Definition: NetworkManager.java:23
com.toast.android.gamebase.base.GamebaseError.PURCHASE_EXTERNAL_LIBRARY_ERROR
static final int PURCHASE_EXTERNAL_LIBRARY_ERROR
Definition: GamebaseError.java:148
com.toast.android.gamebase.Gamebase.ImageNotice
This class provides functionality related to image notices.
Definition: Gamebase.java:1521
com.toast.android.gamebase.base.log.Logger.wtf
static void wtf(String tag, String msg, Throwable tr)
Prints a message at ASSERT priority.
Definition: Logger.java:223
com.toast.android.gamebase.base.push.PushConfiguration.pushEnabled
boolean pushEnabled
Definition: PushConfiguration.java:25
com.toast.android.gamebase.base.ui.SimpleSelectItemDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final List< String > items, @Nullable final DialogInterface.OnClickListener selectListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener)
Definition: SimpleSelectItemDialog.java:20
com.toast.android.gamebase.base.GamebaseError.newError
static GamebaseException newError(@NonNull final String domain, final int code)
Definition: GamebaseError.java:224
com.toast.android.gamebase.launching.data.LaunchingInfo.APP_TYPE_CODE_REAL
static final String APP_TYPE_CODE_REAL
Definition: LaunchingInfo.java:21
com.toast.android.gamebase.GamebaseConfiguration.Builder.mServerApiVersion
String mServerApiVersion
Definition: GamebaseConfiguration.java:125
com.toast.android.gamebase.GamebaseConfiguration.getStoreCode
String getStoreCode()
Definition: GamebaseConfiguration.java:53
com.toast.android.gamebase.event.data.PushMessage.extras
String extras
Definition: PushMessage.java:21
com.toast.android.gamebase.base.ui.SimpleToast.showToast
static void showToast(@NonNull final Context context, @NonNull final String message, @ToastDuration final int duration)
Definition: SimpleToast.java:19
com.toast.android.gamebase.base.GamebaseException
An object that contains the success or failure of the execution of the Gamebase function.
Definition: GamebaseException.java:28
com.toast.android.gamebase.base.GamebaseException.getCode
int getCode()
Get result code.
Definition: GamebaseException.java:155
com.toast.android.gamebase.GamebaseSystemInfo.removeOnSystemInfoListener
void removeOnSystemInfoListener(final OnSystemInfoListener listener)
Definition: GamebaseSystemInfo.java:343
com.toast.android.gamebase.GamebaseSystemInfo.getCarrierName
String getCarrierName()
Definition: GamebaseSystemInfo.java:255
com.toast.android.gamebase.event.data.GamebaseEventObserverData.from
static GamebaseEventObserverData from(@Nullable final String jsonString)
Factory method to create VO instance.
Definition: GamebaseEventObserverData.java:25
com.toast.android.gamebase.GamebaseConfiguration.Builder.enableBanPopup
Builder enableBanPopup(boolean enable)
Definition: GamebaseConfiguration.java:166
com.toast.android.gamebase.launching.data.LaunchingMaintenanceInfo.getPageTypeCode
String getPageTypeCode()
Definition: LaunchingMaintenanceInfo.java:52
com.toast.android.gamebase.Gamebase.TemporaryWithdrawal.withdrawImmediately
static void withdrawImmediately(@NonNull Activity activity, @Nullable GamebaseCallback callback)
This function ignores the withdrawal grace period and proceeds withdrawal immediately.
Definition: Gamebase.java:1485
com.toast.android.gamebase.base.push.PushConfiguration.displayLanguageCode
String displayLanguageCode
Definition: PushConfiguration.java:29
com.toast.android.gamebase.auth.transfer.data
Definition: RenewalModeType.java:1
com.toast.android.gamebase.base.GamebaseException.from
static GamebaseException from(@Nullable final String jsonString)
Definition: GamebaseException.java:42
com.toast.android.gamebase.base.GamebaseError.AUTH_TRANSFERACCOUNT_NOT_EXIST
static final int AUTH_TRANSFERACCOUNT_NOT_EXIST
Definition: GamebaseError.java:89
com.toast.android.gamebase.base.GamebaseError.isCanceled
static boolean isCanceled(@Nullable final GamebaseException gbException)
Definition: GamebaseError.java:204
com.toast.android.gamebase.base.GamebaseError.newErrorMessage
static String newErrorMessage(final int code)
Definition: GamebaseError.java:255
com.toast.android.gamebase.Gamebase.loginForLastLoggedInProvider
static void loginForLastLoggedInProvider(@NonNull final Activity activity, @Nullable final GamebaseDataCallback< AuthToken > callback)
Logs the user in with last logged in authentication provider.
Definition: Gamebase.java:342
com.toast.android.gamebase.launching.data.LaunchingInfo.getShowTermsFlag
boolean getShowTermsFlag()
Definition: LaunchingInfo.java:140
com.toast.android.gamebase.base.GamebaseException.toJson
JSONObject toJson()
Definition: GamebaseException.java:219
com.toast.android.gamebase.auth.transfer.data.RenewalModeType.AUTO
AUTO
자동으로 Account 정보를 Renewal 합니다.
Definition: RenewalModeType.java:25
com.toast.android.gamebase.GamebaseWebViewConfiguration.getPopupWidthDp
int getPopupWidthDp()
Definition: GamebaseWebViewConfiguration.java:109
com.toast.android.gamebase.base.auth.AuthProvider.WithdrawCallback.onError
void onError(GamebaseException error)
com.toast.android.gamebase.imagenotice.ImageNoticeConfiguration.newBuilder
static Builder newBuilder()
The factory method to create an instance of the builder to build ImageNoticeConfiguration.
Definition: ImageNoticeConfiguration.java:52
com.toast.android.gamebase.event.data.PushAction.actionType
String actionType
Definition: PushAction.java:15
com.toast.android.gamebase.launching.data.LaunchingInfo.setStatus
void setStatus(@NonNull final LaunchingStatus status)
Definition: LaunchingInfo.java:48
com.toast.android.gamebase.Gamebase.Push.getNotificationOptions
static GamebaseNotificationOptions getNotificationOptions(@NonNull final Context context)
Get notification options in device.
Definition: Gamebase.java:2011
com.toast.android.gamebase.Gamebase.Purchase.requestItemListPurchasable
static void requestItemListPurchasable(@NonNull final Activity activity, @NonNull final GamebaseDataCallback< List< PurchasableItem >> callback)
Request a item list which is purchasable.
Definition: Gamebase.java:1709
ExceptionUtilKt
com.toast.android.gamebase.Gamebase.Push.queryPush
static void queryPush(@NonNull final Activity activity, @NonNull final GamebaseDataCallback< PushConfiguration > callback)
Get push settings from the the push server.
Definition: Gamebase.java:1953
com.toast.android.gamebase.base.purchase.PurchaseProvider.StoreCode.ONESTORE
static final String ONESTORE
Definition: PurchaseProvider.java:19
com.toast.android.gamebase.base.log.Logger.w
static void w(String tag, String msg)
Prints a message at WARN priority.
Definition: Logger.java:178
com.toast.android.gamebase.Gamebase.Purchase.requestItemListOfNotConsumed
static void requestItemListOfNotConsumed(@NonNull final Activity activity, @NonNull final GamebaseDataCallback< List< PurchasableReceipt >> callback)
Request a Item List which is not consumed.
Definition: Gamebase.java:1777
com.toast.android.gamebase.base.purchase.PurchaseProvider.StoreCode.REDBEANCC
static final String REDBEANCC
Definition: PurchaseProvider.java:21
com.toast.android.gamebase.Gamebase.Contact.openContact
static void openContact(@NonNull final Activity activity, @Nullable final GamebaseCallback onCloseCallback)
Open TOAST Contact WebView with CS URL which is wrote in TOAST Gamebase App Console.
Definition: Gamebase.java:2046
com.toast.android.gamebase.base.push.data.GamebasePushTokenInfo.registeredDateTime
final String registeredDateTime
Definition: GamebasePushTokenInfo.java:25
com.toast.android.gamebase.base.GamebaseError.NOT_SUPPORTED_UNITY_STANDALONE
static final int NOT_SUPPORTED_UNITY_STANDALONE
Definition: GamebaseError.java:45
com.toast.android.gamebase.auth.data.AuthToken.getTemporaryWithdrawalInfo
TemporaryWithdrawalInfo getTemporaryWithdrawalInfo()
Definition: AuthToken.java:75
com.toast.android.gamebase.GamebaseSystemInfo.getSDKVersion
String getSDKVersion()
Definition: GamebaseSystemInfo.java:107
com.toast.android.gamebase.base.GamebaseError.AUTH_REMOVE_MAPPING_LAST_MAPPED_IDP
static final int AUTH_REMOVE_MAPPING_LAST_MAPPED_IDP
Definition: GamebaseError.java:119
com.toast.android.gamebase.Gamebase.Logger.error
static void error(@NonNull final String message, @NonNull final Map< String, String > userFields)
Send a log to Log & Crash Server for analyzing the string message with error level.
Definition: Gamebase.java:2672
com.toast.android.gamebase.base.ui.SimpleInputTextDialog.OnClickListener.onClick
void onClick(DialogInterface dialog, EditText editText)
com.toast.android.gamebase.base.GamebaseError.AUTH_TRANSFERACCOUNT_EXPIRED
static final int AUTH_TRANSFERACCOUNT_EXPIRED
Transfer Account.
Definition: GamebaseError.java:84
com.toast.android.gamebase.Gamebase.Purchase.requestPurchase
static void requestPurchase(@NonNull final Activity activity, @NonNull final String gamebaseProductId, @NonNull final GamebaseDataCallback< PurchasableReceipt > callback)
Request Purchasing Item registered in the console with the gamebaseProductId.
Definition: Gamebase.java:1631
com.toast.android.gamebase.base.purchase.PurchaseProvider.StoreCode.GALAXY
static final String GALAXY
Definition: PurchaseProvider.java:20
com.toast.android.gamebase.base.GamebaseError.PURCHASE_INACTIVE_PRODUCT_ID
static final int PURCHASE_INACTIVE_PRODUCT_ID
Definition: GamebaseError.java:145
com.toast.android.gamebase.Gamebase.renewTransferAccount
static void renewTransferAccount(final TransferAccountRenewConfiguration configuration, final GamebaseDataCallback< TransferAccountInfo > callback)
Try to renew the transfer account.
Definition: Gamebase.java:843
com.toast.android.gamebase.base.auth.AuthProviderProfile.AuthProviderProfile
AuthProviderProfile()
Definition: AuthProviderProfile.java:24
com.toast.android.gamebase.serverpush.ServerPushEventMessage.data
final String data
Definition: ServerPushEventMessage.java:5
com.toast.android.gamebase.GamebaseWebViewStyle
Definition: GamebaseWebViewStyle.java:7
com.toast.android.gamebase.GamebaseConfiguration.getServerApiVersion
String getServerApiVersion()
The API used in internal process only.
Definition: GamebaseConfiguration.java:82
com.toast.android.gamebase.Gamebase.onActivityResult
static void onActivityResult(int requestCode, int resultCode, Intent data)
The method that should be called from the Activity's or Fragment's onActivityResult method.
Definition: Gamebase.java:1065
com.toast.android.gamebase.GamebaseConfiguration.Builder.Builder
Builder(String appId, String appVersion, String storeCode)
Definition: GamebaseConfiguration.java:129
com.toast.android.gamebase.observer.ObserverMessage.Type.NETWORK
static final String NETWORK
Definition: ObserverMessage.java:23
com.toast.android.gamebase.Gamebase.Analytics.traceLevelUp
static void traceLevelUp(LevelUpData levelUpData)
Send a game user data to Gamebase server for analyzing the data.
Definition: Gamebase.java:2443
com.toast.android.gamebase.base.purchase.PurchasableReceipt.marketItemId
String marketItemId
Definition: PurchasableReceipt.java:33
com.toast.android.gamebase.base.GamebaseError.LAUNCHING_UNREGISTERED_APP
static final int LAUNCHING_UNREGISTERED_APP
Definition: GamebaseError.java:68
com.toast.android.gamebase.auth.transfer.data.TransferAccountInfo.Account.password
String password
Definition: TransferAccountInfo.java:12
com.toast.android.gamebase.Gamebase.Logger.warn
static void warn(@NonNull final String message)
Send a log to Log & Crash Server for analyzing the string message with warn level.
Definition: Gamebase.java:2523
com.toast.android.gamebase.base.push.PushConfiguration.Builder
Definition: PushConfiguration.java:146
com.toast.android.gamebase.Gamebase.initialize
static void initialize(final Activity activity, final GamebaseConfiguration configuration, @Nullable final GamebaseDataCallback< LaunchingInfo > callback)
This function initializes the Gamebase SDK.
Definition: Gamebase.java:134
com.toast.android.gamebase.launching.data.LaunchingInfo.hasNoticeInfo
boolean hasNoticeInfo()
Definition: LaunchingInfo.java:72
com.toast.android.gamebase.base.GamebaseError.PURCHASE_NOT_ENOUGH_CASH
static final int PURCHASE_NOT_ENOUGH_CASH
Ongate 모듈 제거로 더 이상 사용되지 않는 에러 코드
Definition: GamebaseError.java:144
com.toast.android.gamebase.event.data.GamebaseEventServerPushData.from
static GamebaseEventServerPushData from(@Nullable final String jsonString)
Factory method to create VO instance.
Definition: GamebaseEventServerPushData.java:22
com.toast.android.gamebase.event.GamebaseEventCategory
Definition: GamebaseEventCategory.java:8
com.toast.android.gamebase.base.log.Logger.i
static void i(String tag, String msg, Throwable tr)
Prints a message at INFO priority.
Definition: Logger.java:146
JSONException
com.toast.android.gamebase.auth.data.AuthToken.getAuthMappingList
List< AuthMappingInfo > getAuthMappingList()
Definition: AuthToken.java:66
com.toast.android.gamebase.base.purchase.PurchasableReceipt.price
float price
Definition: PurchasableReceipt.java:25
com.toast.android.gamebase.base.GamebaseException.getDetailDomain
String getDetailDomain()
Definition: GamebaseException.java:159
com.toast.android.gamebase.base.ui.SimpleAlertDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final String message, @Nullable final DialogInterface.OnClickListener clickListener, final boolean isCancelable)
Definition: SimpleAlertDialog.java:34
com.toast.android.gamebase.auth.mapping.data.ForcingMappingTicket.forcingMappingKey
String forcingMappingKey
Definition: ForcingMappingTicket.java:75
com.toast.android.gamebase.Gamebase.removeAllObserver
static void removeAllObserver()
Remove all observer listeners.
Definition: Gamebase.java:1351
com.toast.android.gamebase.base.ui.SimpleInputTextDialog
Definition: SimpleInputTextDialog.java:16
com.toast.android.gamebase.base.log.Logger.e
static void e(String tag, String msg, Throwable tr)
Prints a message at ERROR priority.
Definition: Logger.java:201
com.toast.android.gamebase.GamebaseSystemInfo.getAppId
String getAppId()
Definition: GamebaseSystemInfo.java:77
com.toast.android.gamebase.auth.transfer.data.TransferAccountRenewConfiguration.newManualRenewConfiguration
static TransferAccountRenewConfiguration newManualRenewConfiguration(final String accountId, final String accountPassword)
Definition: TransferAccountRenewConfiguration.java:35
com.toast.android.gamebase.base.purchase.PurchasableReceipt.currency
String currency
Definition: PurchasableReceipt.java:27
com.toast.android.gamebase.base.push.PushConfiguration.PushConfiguration
PushConfiguration(final boolean enabled, final boolean adAgree, final boolean adAgreeNight)
Definition: PushConfiguration.java:42
com.toast.android.gamebase.Gamebase.withdraw
static void withdraw(@NonNull final Activity activity, @Nullable final GamebaseCallback callback)
Withdraws the user.
Definition: Gamebase.java:747
com.toast.android.gamebase.base.GamebaseError.UI_TERMS_NOT_EXIST_FOR_DEVICE_COUNTRY
static final int UI_TERMS_NOT_EXIST_FOR_DEVICE_COUNTRY
Definition: GamebaseError.java:173
com.toast.android.gamebase.contact.ContactConfiguration
Parameter class for the initialization of Gamebase.Contact.openContact().
Definition: ContactConfiguration.java:23
com.toast.android.gamebase.launching.data.LaunchingStatus.IN_REVIEW
static final int IN_REVIEW
Definition: LaunchingStatus.java:14
com.toast.android.gamebase.launching.data.LaunchingMaintenanceInfo.getUrl
String getUrl()
Definition: LaunchingMaintenanceInfo.java:20
com.toast.android.gamebase.base.NetworkManager.isActiveConnectedOrConnecting
static boolean isActiveConnectedOrConnecting(Context context)
Definition: NetworkManager.java:49
com.toast.android.gamebase.base.auth.AuthProvider.getProfile
AuthProviderProfile getProfile()
com.toast.android.gamebase.base.purchase.PurchasableReceipt.paymentSeq
String paymentSeq
Definition: PurchasableReceipt.java:29
com.toast.android.gamebase.base.auth.AuthProvider.LogoutCallback.onCancel
void onCancel()
com.toast.android.gamebase.launching.data.LaunchingStatus.INSPECTING_SERVICE
static final int INSPECTING_SERVICE
Definition: LaunchingStatus.java:20
com.toast.android.gamebase.auth.data.AuthMappingInfo.getUserId
String getUserId()
Definition: AuthMappingInfo.java:19
com.toast.android.gamebase.base.purchase.PurchasableItem.currency
String currency
Definition: PurchasableItem.java:28
com.toast.android.gamebase
Definition: Gamebase.java:5
com.toast.android.gamebase.GamebaseSystemInfo.getGamebaseLanguage
GamebaseLanguage getGamebaseLanguage()
Definition: GamebaseSystemInfo.java:323
com.toast.android.gamebase.GamebaseSystemInfo.getDisplayLanguageCode
String getDisplayLanguageCode()
Definition: GamebaseSystemInfo.java:314
com.toast.android.gamebase.Gamebase.getAccessToken
static String getAccessToken()
Gets the access token for the current user.
Definition: Gamebase.java:898
com.toast.android.gamebase.auth.transfer.data.TransferAccountRenewConfiguration.newAutoRenewConfiguration
static TransferAccountRenewConfiguration newAutoRenewConfiguration(final RenewalTargetType renewalTargetType)
Definition: TransferAccountRenewConfiguration.java:45
com.toast.android.gamebase.auth.transfer.data.TransferAccountRenewConfiguration
Definition: TransferAccountRenewConfiguration.java:8
com.toast.android.gamebase.base.purchase.PurchasableItem.itemSeq
long itemSeq
Definition: PurchasableItem.java:25
com.toast.android.gamebase.base.GamebaseError.AUTH_ADD_MAPPING_FAILED
static final int AUTH_ADD_MAPPING_FAILED
Definition: GamebaseError.java:104
com.toast.android.gamebase.GamebaseSystemInfo.getDeviceKey
String getDeviceKey()
Definition: GamebaseSystemInfo.java:196
com.toast.android.gamebase.base.auth.AuthProvider.WithdrawCallback
Definition: AuthProvider.java:87
com.toast.android.gamebase.base.GamebaseError.AUTH_ADD_MAPPING_FORCIBLY_DIFFERENT_IDP
static final int AUTH_ADD_MAPPING_FORCIBLY_DIFFERENT_IDP
Definition: GamebaseError.java:114
com.toast.android.gamebase.launching.data.LaunchingStatus.IN_SERVICE
static final int IN_SERVICE
Definition: LaunchingStatus.java:10
com.toast.android.gamebase.Gamebase.TemporaryWithdrawal.cancelWithdrawal
static void cancelWithdrawal(@NonNull Activity activity, @Nullable GamebaseCallback callback)
If the user has requested to withdraw, cancel it.
Definition: Gamebase.java:1452
com.toast.android.gamebase.base.GamebaseException.mDomain
final String mDomain
Definition: GamebaseException.java:38
com.toast.android.gamebase.base.push.PushProvider.newToastPushable
static GamebaseToastPushable newToastPushable(@NonNull final String pushType)
Definition: PushProvider.java:12
com.toast.android.gamebase.auth.mapping.data.ForcingMappingTicket.idPCode
String idPCode
Definition: ForcingMappingTicket.java:74
com.toast.android.gamebase.event.data.PushMessage.id
String id
Definition: PushMessage.java:15
com.toast.android.gamebase.base.purchase.PurchasableItem.localizedDescription
String localizedDescription
Definition: PurchasableItem.java:43
com.toast.android.gamebase.base.NetworkManager.OnChangedStatusListener
Definition: NetworkManager.java:140
com.toast.android.gamebase.auth.data.AuthToken.getAuthMappingUserId
String getAuthMappingUserId(String providerName)
Definition: AuthToken.java:92
LoggerConfiguration
com.toast.android.gamebase.base.log.Logger.ASSERT
static final int ASSERT
Definition: Logger.java:19
com.toast.android.gamebase.Gamebase.getDisplayLanguageCode
static String getDisplayLanguageCode()
Gets the display language code set for the current device.
Definition: Gamebase.java:984
com.toast.android.gamebase.base.purchase.PurchasableReceipt.itemSeq
long itemSeq
Definition: PurchasableReceipt.java:24
com.toast.android.gamebase.base.push.data
Definition: GamebaseNotificationOptions.java:6
com.toast.android.gamebase.base.purchase.PurchasableItem.marketItemId
String marketItemId
Definition: PurchasableItem.java:32
com.toast.android.gamebase.launching.data.LaunchingInfo.getNoticeInfo
LaunchingNoticeInfo getNoticeInfo()
Definition: LaunchingInfo.java:68
com.toast.android.gamebase.base.GamebaseError.WEBVIEW_UNKNOWN_ERROR
static final int WEBVIEW_UNKNOWN_ERROR
Definition: GamebaseError.java:186
com.toast.android.gamebase.GamebaseCallback.onCallback
void onCallback(GamebaseException exception)
Callback function with result.
com.toast.android.gamebase.Gamebase.Contact.openContact
static void openContact(@NonNull final Activity activity, @NonNull final ContactConfiguration configuration, @Nullable final GamebaseCallback onCloseCallback)
Open TOAST Contact WebView with CS URL which is wrote in TOAST Gamebase App Console.
Definition: Gamebase.java:2082
com.toast.android.gamebase.auth.transfer.data.TransferAccountRenewConfiguration.getRenewalTargetType
RenewalTargetType getRenewalTargetType()
Definition: TransferAccountRenewConfiguration.java:61
com.toast.android.gamebase.auth.data.AuthToken.getGamebaseToken
AuthGamebaseToken getGamebaseToken()
Definition: AuthToken.java:48
com.toast.android.gamebase.auth.transfer.data.TransferAccountInfo.issuedType
String issuedType
Definition: TransferAccountInfo.java:6
com.toast.android.gamebase.base.GamebaseError.NOT_SUPPORTED_UNITY_WEBGL
static final int NOT_SUPPORTED_UNITY_WEBGL
Definition: GamebaseError.java:46
com.toast.android.gamebase.auth.data.AuthToken.setGamebaseToken
void setGamebaseToken(@NonNull AuthGamebaseToken gamebaseToken)
Definition: AuthToken.java:52
com.toast.android.gamebase.GamebaseConfiguration.Builder.enableLaunchingStatusPopup
Builder enableLaunchingStatusPopup(boolean enable)
Definition: GamebaseConfiguration.java:161
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.newBuilder
static Builder newBuilder()
The factory method to create an instance of the builder to build GamebaseNotificationOptions.
Definition: GamebaseNotificationOptions.java:80
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setStyle
Builder setStyle(int style)
This method sets the style of the WebView.
Definition: GamebaseWebViewConfiguration.java:203
com.toast.android.gamebase.contact.ContactConfiguration.getUserName
String getUserName()
Definition: ContactConfiguration.java:35
com.toast.android.gamebase.GamebaseWebViewConfiguration.getNavigationBarHeight
int getNavigationBarHeight()
Definition: GamebaseWebViewConfiguration.java:79
com.toast.android.gamebase.base.log.Logger.w
static void w(String tag, Throwable tr)
Prints a message at WARN priority.
Definition: Logger.java:189
com.toast.android.gamebase.Gamebase.Util.showToast
static void showToast(@NonNull final Context context, @NonNull final String message, @ToastDuration int duration)
Show a standard toast that just contains a text view.
Definition: Gamebase.java:2331
com.toast.android.gamebase.error.data.UpdateInfo.from
static UpdateInfo from(final String message, final String installUrl)
Definition: UpdateInfo.java:83
com.toast.android.gamebase.Gamebase.getUserID
static String getUserID()
Gets the user ID that is currently logged in.
Definition: Gamebase.java:888
com.toast.android.gamebase.base.auth.AuthProvider.FACEBOOK
String FACEBOOK
Definition: AuthProvider.java:18
com.toast.android.gamebase.launching.data.LaunchingInfo.getTcLaunching
String getTcLaunching()
Definition: LaunchingInfo.java:154
com.toast.android.gamebase.base.ScreenOrientation.FULL_SENSOR
static final int FULL_SENSOR
Definition: ScreenOrientation.java:14
com.toast.android.gamebase.event.data.GamebaseEventObserverData
Definition: GamebaseEventObserverData.java:12
com.toast.android.gamebase.base.GamebaseError.BANNED_MEMBER
static final int BANNED_MEMBER
Definition: GamebaseError.java:34
com.toast.android.gamebase.base.auth.AuthProvider.LoginCallback
Definition: AuthProvider.java:71
com.toast.android.gamebase.base.GamebaseError.AUTH_NOT_SUPPORTED_PROVIDER
static final int AUTH_NOT_SUPPORTED_PROVIDER
Definition: GamebaseError.java:75
com.toast.android.gamebase.base.purchase.PurchasableItem.localizedTitle
String localizedTitle
Definition: PurchasableItem.java:41
com.toast.android.gamebase.base.auth.AuthProviderProfile.AuthProviderProfile
AuthProviderProfile(Map< String, Object > data)
Definition: AuthProviderProfile.java:28
com.toast.android.gamebase.Gamebase.Push
This class provides wrapping of function execution related to push notification.
Definition: Gamebase.java:1845
com.toast.android.gamebase.base.GamebaseError.SERVER_REMOTE_SYSTEM_ERROR
static final int SERVER_REMOTE_SYSTEM_ERROR
Definition: GamebaseError.java:192
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.isBadgeEnabled
boolean isBadgeEnabled()
Definition: GamebaseNotificationOptions.java:40
com.toast.android.gamebase.base.GamebaseError.UI_TERMS_ALREADY_IN_PROGRESS_ERROR
static final int UI_TERMS_ALREADY_IN_PROGRESS_ERROR
Definition: GamebaseError.java:175
com.toast.android.gamebase.launching.data.LaunchingMaintenanceInfo.getBeginDate
String getBeginDate()
Definition: LaunchingMaintenanceInfo.java:36
com.toast.android.gamebase.base.GamebaseError.PURCHASE_NOT_FINISHED_PREVIOUS_PURCHASING
static final int PURCHASE_NOT_FINISHED_PREVIOUS_PURCHASING
Definition: GamebaseError.java:141
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.Builder.setSmallIconName
Builder setSmallIconName(String smallIconName)
Definition: GamebaseNotificationOptions.java:127
com.toast.android.gamebase.launching.data.LaunchingInfo.getIdpInfo
Map< String, Object > getIdpInfo()
Definition: LaunchingInfo.java:56
com.toast.android.gamebase.imagenotice.ImageNoticeConfiguration.isAutoCloseByCustomScheme
boolean isAutoCloseByCustomScheme()
Definition: ImageNoticeConfiguration.java:42
com.toast.android.gamebase.base.GamebaseError.PURCHASE_NOT_EXIST_PRODUCT_ID
static final int PURCHASE_NOT_EXIST_PRODUCT_ID
Definition: GamebaseError.java:146
com.toast.android.gamebase.launching.data.LaunchingStatus.getMessage
String getMessage()
Definition: LaunchingStatus.java:35
com.toast.android.gamebase.base.GamebaseError.AUTH_ALREADY_IN_PROGRESS_ERROR
static final int AUTH_ALREADY_IN_PROGRESS_ERROR
Definition: GamebaseError.java:79
com.toast.android.gamebase.base.log.Loggable
Definition: Loggable.java:7
com.toast.android.gamebase.Gamebase.addMapping
static void addMapping(@NonNull final Activity activity, @NonNull final String providerName, @Nullable final Map< String, Object > additionalInfo, @Nullable final GamebaseDataCallback< AuthToken > callback)
Mapping the currently authenticated user identifier of Gamebase with another external authentication.
Definition: Gamebase.java:412
com.toast.android.gamebase.base.log.Logger.removeLoggable
static Loggable removeLoggable(String key)
Definition: Logger.java:53
com.toast.android.gamebase.GamebaseWebViewConfiguration.getNavigationBarColor
int getNavigationBarColor()
Definition: GamebaseWebViewConfiguration.java:67
com.toast.android.gamebase.base.push.data.GamebasePushAgreement.pushEnabled
final boolean pushEnabled
Definition: GamebasePushAgreement.java:11
com.toast.android.gamebase.Gamebase.Network.isConnected
static boolean isConnected()
Indicates whether network connectivity exists and it is possible to establish connections and pass da...
Definition: Gamebase.java:2288
com.toast.android.gamebase.Gamebase.getCountryCodeOfDevice
static String getCountryCodeOfDevice()
Gets the country code currently set on the device.
Definition: Gamebase.java:1040
com.toast.android.gamebase.base.ScreenOrientation.UNSPECIFIED
static final int UNSPECIFIED
Definition: ScreenOrientation.java:8
com.toast.android.gamebase.Gamebase.Logger.fatal
static void fatal(@NonNull final String message, @NonNull final Map< String, String > userFields)
Send a log to Log & Crash Server for analyzing the string message with fatal level.
Definition: Gamebase.java:2686
com.toast.android.gamebase.Gamebase.WebView.showWebView
static void showWebView(@NonNull Activity activity, @NonNull String url, @NonNull GamebaseWebViewConfiguration configuration, GamebaseCallback onCloseCallback, List< String > schemeList, GamebaseDataCallback< String > onEvent)
This method to create the webview and display it on screen.
Definition: Gamebase.java:2258
com.toast.android.gamebase.launching.listeners.LaunchingStatusUpdateListener.onUpdate
void onUpdate(LaunchingStatus status)
com.toast.android.gamebase.GamebaseConfiguration.newBuilder
static Builder newBuilder(String appId, String appVersion, String storeCode)
Returns a builder that sets the required parameters for Gamebase SDK initialization.
Definition: GamebaseConfiguration.java:112
com.toast.android.gamebase.base.GamebaseException.getDetailCode
int getDetailCode()
Definition: GamebaseException.java:169
com.toast.android.gamebase.launching.data.LaunchingInfo.getCsType
String getCsType()
Definition: LaunchingInfo.java:126
com.toast.android.gamebase.Gamebase.Logger.initialize
static void initialize(@NonNull final Context context, @NonNull final GamebaseCallback callback)
Initialize TOAST Logger SDK with the key value defined in string resource.
Definition: Gamebase.java:2488
com.toast.android.gamebase.base.push.data.GamebasePushAgreement.adAgreementNight
final boolean adAgreementNight
Definition: GamebasePushAgreement.java:13
com.toast.android.gamebase.GamebaseSystemInfo.getStoreCode
String getStoreCode()
Definition: GamebaseSystemInfo.java:157
com.toast.android.gamebase.contact.ContactConfiguration.Builder.build
ContactConfiguration build()
This method creates an instance of ContactConfiguration.
Definition: ContactConfiguration.java:78
com.toast.android.gamebase.GamebaseSystemInfo.getNetworkName
String getNetworkName()
Definition: GamebaseSystemInfo.java:293
com.toast.android.gamebase.base.auth.AuthProviderProfile.put
void put(String key, Object value)
Definition: AuthProviderProfile.java:53
com.toast.android.gamebase.contact.ContactConfiguration.newBuilder
static Builder newBuilder()
The factory method to create an instance of the builder to build ContactConfiguration.
Definition: ContactConfiguration.java:60
com.toast.android.gamebase.base.ScreenOrientation
Definition: ScreenOrientation.java:7
AuthAPIID
com.toast.android.gamebase.launching.data.LaunchingInfo.TCPRODUCT_TYPE_TCLAUNCHING
static final String TCPRODUCT_TYPE_TCLAUNCHING
Definition: LaunchingInfo.java:24
com.toast.android.gamebase.base.push.PushConfiguration.newBuilder
static Builder newBuilder(final boolean enabled, final boolean adAgree, final boolean adAgreeNight)
The factory method to create an instance of the builder to build PushConfiguration.
Definition: PushConfiguration.java:84
com.toast.android.gamebase.Gamebase.Network
This class provides network status information.
Definition: Gamebase.java:2281
com.toast.android.gamebase.base.push.data.GamebasePushTokenInfo.GamebasePushTokenInfo
GamebasePushTokenInfo(@NonNull final String pushType, @NonNull final String token, @NonNull final String userId, @NonNull final String deviceCountryCode, @NonNull final String timezone, @Nullable final String registeredDateTime, @NonNull final String languageCode, @NonNull final GamebasePushAgreement agreement)
Definition: GamebasePushTokenInfo.java:31
com.toast.android.gamebase.base.push.PushConfiguration.PushConfiguration
PushConfiguration(final boolean enabled, final boolean adAgree, final boolean adAgreeNight, final String displayLanguageCode)
Definition: PushConfiguration.java:48
com.toast.android.gamebase.auth.transfer.data.RenewalTargetType
TransferAccount에서 Account 정보를 재발급 받을 때, 어떤 Account 정보를 재발급 받을 것인지를 정의합니다.
Definition: RenewalTargetType.java:12
com.toast.android.gamebase.base.GamebaseError.SOCKET_ERROR
static final int SOCKET_ERROR
Definition: GamebaseError.java:60
com.toast.android.gamebase.base.GamebaseError.USER_PERMISSION
static final int USER_PERMISSION
Definition: GamebaseError.java:32
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.Builder.setSoundFileName
Builder setSoundFileName(String soundFileName)
Definition: GamebaseNotificationOptions.java:132
com.toast.android
com.toast.android.gamebase.base.push.data.GamebasePushTokenInfo.token
final String token
Definition: GamebasePushTokenInfo.java:17
com.toast.android.gamebase.launching.data.LaunchingInfo.getTermsUrl
String getTermsUrl()
Definition: LaunchingInfo.java:145
com.toast.android.gamebase.GamebaseConfiguration.Builder.Builder
Builder(String appId, String appVersion)
Set the required parameters for the Gamebase SDK initialization.
Definition: GamebaseConfiguration.java:148
com.toast.android.gamebase.imagenotice.ImageNoticeConfiguration.Builder.setTimeout
Builder setTimeout(long timeoutMs)
Set the timeout of each image notice popup.
Definition: ImageNoticeConfiguration.java:113
com.toast.android.gamebase.event.data.GamebaseEventMessage.category
final String category
Definition: GamebaseEventMessage.java:15
com.toast.android.gamebase.launching.data.LaunchingNoticeInfo.getUrl
String getUrl()
Definition: LaunchingNoticeInfo.java:20
com.toast.android.gamebase.auth.transfer.data.RenewalModeType.MANUAL
MANUAL
수동으로 Account 정보를 Renewal 합니다.
Definition: RenewalModeType.java:18
com.toast.android.gamebase.base.auth.AuthProvider.GOOGLE
String GOOGLE
Definition: AuthProvider.java:17
com.toast.android.gamebase.base.GamebaseError.newErrorWithAppendMessage
static GamebaseException newErrorWithAppendMessage(@NonNull final String domain, final int code, @Nullable String appendMessage, @Nullable final Throwable cause)
Definition: GamebaseError.java:241
com.toast.android.gamebase.base.purchase.PurchasableReceipt.payload
String payload
Definition: PurchasableReceipt.java:43
com.toast.android.gamebase.base.GamebaseError.PUSH_UNKNOWN_ERROR
static final int PUSH_UNKNOWN_ERROR
Definition: GamebaseError.java:156
com.toast.android.gamebase.GamebaseWebViewConfiguration.getPopupCalcRule
int getPopupCalcRule()
Definition: GamebaseWebViewConfiguration.java:97
com.toast.android.gamebase.serverpush.ServerPushEventMessage.Type
Definition: ServerPushEventMessage.java:12
com.toast.android.gamebase.base.GamebaseError.AUTH_NOT_EXIST_MEMBER
static final int AUTH_NOT_EXIST_MEMBER
Definition: GamebaseError.java:76
com.toast.android.gamebase.event.data.PushMessage.from
static PushMessage from(@Nullable final String jsonString)
Factory method to create VO instance.
Definition: PushMessage.java:29
com.toast.android.gamebase.Gamebase.getAuthProviderProfile
static AuthProviderProfile getAuthProviderProfile(@NonNull String providerName)
Gets the profile from the authentication provider.
Definition: Gamebase.java:954
com.toast.android.gamebase.launching.data.LaunchingInfo.TCPRODUCT_TYPE_GAMEBASE
static final String TCPRODUCT_TYPE_GAMEBASE
Definition: LaunchingInfo.java:23
com.toast.android.gamebase.imagenotice.ImageNoticeConfiguration.Builder.setBackgroundColor
Builder setBackgroundColor(String backgroundColor)
Change the dimmed background color.
Definition: ImageNoticeConfiguration.java:96
com.toast.android.gamebase.event.data.PushMessage.body
String body
Definition: PushMessage.java:19
com.toast.android.gamebase.launching.data.LaunchingMaintenanceInfo.getEndDate
String getEndDate()
Definition: LaunchingMaintenanceInfo.java:40
com.toast.android.gamebase.base.GamebaseError.AUTH_TRANSFERACCOUNT_ALREADY_EXIST_ID
static final int AUTH_TRANSFERACCOUNT_ALREADY_EXIST_ID
Definition: GamebaseError.java:90
com.toast.android.gamebase.Gamebase.Analytics.setGameUserData
static void setGameUserData(GameUserData userData)
Send a game user data to Gamebase Server for analyzing the data.
Definition: Gamebase.java:2421
com.toast.android.gamebase.Gamebase.isInitialized
static boolean isInitialized()
Check whether the Gamebase is initialized.
Definition: Gamebase.java:146
com.toast.android.gamebase.base.GamebaseError.LOGGER_EXTERNAL_LIBRARY_ERROR
static final int LOGGER_EXTERNAL_LIBRARY_ERROR
Definition: GamebaseError.java:162
com.toast.android.gamebase.base.GamebaseError.WEBVIEW_INVALID_URL
static final int WEBVIEW_INVALID_URL
WebView error code.
Definition: GamebaseError.java:183
com.toast.android.gamebase.base.log.Logger.LOGCAT
static final String LOGCAT
Definition: Logger.java:21
com.toast.android.gamebase.base.ui.SimpleInputTextDialog.OnClickListener
Definition: SimpleInputTextDialog.java:78
com.toast.android.gamebase.base.GamebaseError.LAUNCHING_UNREGISTERED_CLIENT
static final int LAUNCHING_UNREGISTERED_CLIENT
Definition: GamebaseError.java:69
com.toast.android.gamebase.launching.data.LaunchingNoticeInfo.getMessage
String getMessage()
Definition: LaunchingNoticeInfo.java:16
com.toast.android.gamebase.auth.data.AuthToken
Definition: AuthToken.java:15
com.toast.android.gamebase.GamebaseDataCallback.onCallback
void onCallback(T data, GamebaseException exception)
Callback function that has data and result.
com.toast.android.gamebase.Gamebase.Purchase
This class provides wrapping of function execution related to payment.
Definition: Gamebase.java:1602
com.toast.android.gamebase.base.push.PushProvider
Definition: PushProvider.java:11
com.toast.android.gamebase.base.GamebaseError.UI_TERMS_ANDROID_DUPLICATED_VIEW
static final int UI_TERMS_ANDROID_DUPLICATED_VIEW
Definition: GamebaseError.java:176
com.toast.android.gamebase.GamebaseConfiguration.getDisplayLanguageCode
String getDisplayLanguageCode()
Definition: GamebaseConfiguration.java:61
com.toast.android.gamebase.auth.data.TemporaryWithdrawalInfo.getGracePeriodDate
long getGracePeriodDate()
If the user requested to withdraw, the time at which the withdrawal takes place is returned.
Definition: TemporaryWithdrawalInfo.java:22
com.toast.android.gamebase.Gamebase.login
static void login(@NonNull final Activity activity, final String providerName, @Nullable Map< String, Object > additionalInfo, @Nullable final GamebaseDataCallback< AuthToken > callback)
Logs the user in with the external authentication provider.
Definition: Gamebase.java:269
com.toast.android.gamebase.base.auth.AuthProvider.initialize
void initialize(final Context applicationContext, final AuthProviderConfiguration configuration)
com.toast.android.gamebase.Gamebase.Logger.info
static void info(@NonNull final String message, @NonNull final Map< String, String > userFields)
Send a log to Log & Crash Server for analyzing the string message with info level.
Definition: Gamebase.java:2644
com.toast.android.gamebase.base.purchase.PurchasableReceipt.originalPaymentId
String originalPaymentId
Definition: PurchasableReceipt.java:41
com.toast.android.gamebase.serverpush.ServerPushEventMessage.ServerPushEventMessage
ServerPushEventMessage(String pType, String pData)
Definition: ServerPushEventMessage.java:7
com.toast.android.gamebase.base.ui.SimpleMultiChoiceDialog
Definition: SimpleMultiChoiceDialog.java:17
com.toast.android.gamebase.GamebaseSystemInfo.getAppVersion
String getAppVersion()
Definition: GamebaseSystemInfo.java:86
com.toast.android.gamebase.base.GamebaseError.UI_UNKNOWN_ERROR
static final int UI_UNKNOWN_ERROR
Definition: GamebaseError.java:177
com.toast.android.gamebase.GamebaseDataCallback
Generic callback interface that returns data.
Definition: GamebaseDataCallback.java:12
com.toast.android.gamebase.Gamebase.Util.showAlert
static void showAlert(@NonNull final Context context, @NonNull final String title, @NonNull final String message)
This method to create the dialog and display it on screen.
Definition: Gamebase.java:2346
com.toast.android.gamebase.base.GamebaseError.AUTH_TRANSFERACCOUNT_INVALID_PASSWORD
static final int AUTH_TRANSFERACCOUNT_INVALID_PASSWORD
Definition: GamebaseError.java:87
com.toast.android.gamebase.base.push.PushConfiguration.Builder.setDisplayLanguageCode
Builder setDisplayLanguageCode(String displayLanguageCode)
Definition: PushConfiguration.java:178
com.toast.android.gamebase.launching.data.LaunchingStatus.IN_TEST
static final int IN_TEST
Definition: LaunchingStatus.java:13
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setBackButtonImageResource
Builder setBackButtonImageResource(@DrawableRes int resourceId)
This method sets the image of the back button.
Definition: GamebaseWebViewConfiguration.java:293
com.toast.android.gamebase.GamebaseSystemInfo.getConfiguration
GamebaseConfiguration getConfiguration()
Definition: GamebaseSystemInfo.java:301
com.toast.android.gamebase.base.ValueObject.toPrettyJsonString
String toPrettyJsonString()
Definition: ValueObject.java:31
com.toast.android.gamebase.imagenotice.ImageNoticeConfiguration.getTimeoutMs
long getTimeoutMs()
Definition: ImageNoticeConfiguration.java:38
com.toast.android.gamebase.base.log.Loggable.println
void println(int priority, String tag, String msg, Throwable tr)
Instructs first LogNode in the list to print the log data provided.
com.toast.android.gamebase.base.push
Definition: PushConfiguration.java:5
com.toast.android.gamebase.base.ValueObject.toString
String toString()
Definition: ValueObject.java:36
com.toast.android.gamebase.base.push.PushConfiguration
Parameter class for the initialization of the Pushable#registerPush(Map, Pushable....
Definition: PushConfiguration.java:24
com.toast.android.gamebase.base.GamebaseError.SAME_REQUESTOR
static final int SAME_REQUESTOR
Definition: GamebaseError.java:35
com.toast.android.gamebase.auth.data.AuthToken.getAppId
String getAppId()
Definition: AuthToken.java:34
GameUserData
com.toast.android.gamebase.GamebaseWebViewConfiguration.getPopupWidthRatio
float getPopupWidthRatio()
Definition: GamebaseWebViewConfiguration.java:101
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.getSmallIconName
String getSmallIconName()
Definition: GamebaseNotificationOptions.java:48
com.toast.android.gamebase.auth.data.TemporaryWithdrawalInfo
Definition: TemporaryWithdrawalInfo.java:10
com.toast.android.gamebase.Gamebase.ImageNotice.showImageNotices
static void showImageNotices(@NonNull Activity activity, @Nullable ImageNoticeConfiguration configuration, @Nullable GamebaseCallback onCloseCallback, @Nullable GamebaseDataCallback< String > onEvent)
Show image notice web pages.
Definition: Gamebase.java:1581
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setCloseButtonImageResource
Builder setCloseButtonImageResource(@DrawableRes int resourceId)
This method sets the image of the close button.
Definition: GamebaseWebViewConfiguration.java:317
com.toast.android.gamebase.auth.data.AuthGamebaseToken
Definition: AuthGamebaseToken.java:9
com.toast.android.gamebase.base.ui.SimpleInputTextDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final String message, @Nullable final String positiveButtonText, @Nullable final OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener)
Definition: SimpleInputTextDialog.java:19
com.toast.android.gamebase.auth.transfer.data.TransferAccountRenewConfiguration.toString
String toString()
Definition: TransferAccountRenewConfiguration.java:76
com.toast.android.gamebase.base.GamebaseError.NOT_SUPPORTED_IOS
static final int NOT_SUPPORTED_IOS
Definition: GamebaseError.java:43
com.toast.android.gamebase.event
Definition: GamebaseEventCategory.java:6
com.toast.android.gamebase.base.GamebaseError.PURCHASE_USER_CANCELED
static final int PURCHASE_USER_CANCELED
Definition: GamebaseError.java:140
com.toast.android.gamebase.contact.ContactConfiguration.Builder.setAdditionalURL
Builder setAdditionalURL(@NonNull String additionalURL)
Set the additional URL.
Definition: ContactConfiguration.java:117
com.toast.android.gamebase.Gamebase.Util.checkPermissions
static boolean checkPermissions(@NonNull Context context, @NonNull List< String > permissions)
Determine whether you have been granted a particular permission.
Definition: Gamebase.java:2394
com.toast.android.gamebase.launching.data.LaunchingMaintenanceInfo.getTimezone
String getTimezone()
Definition: LaunchingMaintenanceInfo.java:32
com.toast.android.gamebase.base.ui.SimpleToast
Definition: SimpleToast.java:16
com.toast.android.gamebase.error.data.UpdateInfo.message
String message
This message indicates to the user that an update is needed.
Definition: UpdateInfo.java:63
com.toast.android.gamebase.base.NetworkManager.NetworkManager
NetworkManager(Context context)
Definition: NetworkManager.java:29
com.toast.android.gamebase.auth.transfer.data.TransferAccountInfo.account
Account account
Definition: TransferAccountInfo.java:7
com.toast.android.gamebase.GamebaseSystemInfo.getCarrierCode
String getCarrierCode()
Definition: GamebaseSystemInfo.java:251
com.toast.android.gamebase.GamebaseConfiguration.getAppVersion
String getAppVersion()
Definition: GamebaseConfiguration.java:49
com.toast.android.gamebase.base.push.PushConfiguration.Builder.enableAdAgreement
Builder enableAdAgreement(boolean adAgreement)
Definition: PushConfiguration.java:168
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setScreenOrientation
Builder setScreenOrientation(int orientation)
This method sets the screen orientation of the webview.
Definition: GamebaseWebViewConfiguration.java:215
com.toast.android.gamebase.GamebaseConfiguration.Builder
Definition: GamebaseConfiguration.java:116
com.toast.android.gamebase.base.ui.SimpleSelectItemDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final List< String > items, @Nullable final DialogInterface.OnClickListener selectListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener, @Nullable final DialogInterface.OnCancelListener cancelListener, final boolean isCancelable)
Definition: SimpleSelectItemDialog.java:29
com.toast.android.gamebase.Gamebase.Logger.error
static void error(@NonNull final String message)
Send a log to Log & Crash Server for analyzing the string message with error level.
Definition: Gamebase.java:2535
com.toast.android.gamebase.base.log.Logger.d
static void d(String tag, String msg, Throwable tr)
Prints a message at DEBUG priority.
Definition: Logger.java:124
com.toast.android.gamebase.event.GamebaseEventCategory.PUSH_CLICK_MESSAGE
static final String PUSH_CLICK_MESSAGE
Definition: GamebaseEventCategory.java:16
com.toast.android.gamebase.GamebaseSystemInfo.getDeviceModel
String getDeviceModel()
Definition: GamebaseSystemInfo.java:247
com.toast.android.gamebase.event.data
Definition: GamebaseEventMessage.java:6
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setPopupHeightDp
Builder setPopupHeightDp(final int height)
This method sets the height dp size of the pop-up style web view.
Definition: GamebaseWebViewConfiguration.java:394
com.toast.android.gamebase.serverpush
Definition: ServerPushEvent.java:1
com.toast.android.gamebase.launching.data.LaunchingInfo.getAppKey
String getAppKey(@NonNull @TcProductType final String tcProductType)
Definition: LaunchingInfo.java:76
com.toast.android.gamebase.base.auth.AuthProvider.WithdrawCallback.onSuccess
void onSuccess()
com.toast.android.gamebase.base.auth.AuthProvider.getAccessToken
String getAccessToken()
com.toast.android.gamebase.launching.data
Definition: LaunchingInfo.java:5
com.toast.android.gamebase.base.GamebaseError.AUTH_LOGOUT_FAILED
static final int AUTH_LOGOUT_FAILED
Definition: GamebaseError.java:123
com.toast.android.gamebase.base.auth.AuthProvider.logout
void logout(@NonNull final Activity activity, @Nullable final LogoutCallback callback)
com.toast.android.gamebase.base.GamebaseError.UI_CONTACT_FAIL_INVALID_URL
static final int UI_CONTACT_FAIL_INVALID_URL
Definition: GamebaseError.java:169
com.toast.android.gamebase.base.log.Logger.i
static void i(String tag, String msg)
Prints a message at INFO priority.
Definition: Logger.java:156
com.toast.android.gamebase.auth.transfer.data.TransferAccountFailInfo.status
String status
Definition: TransferAccountFailInfo.java:50
com.toast.android.gamebase.Gamebase.Logger.warn
static void warn(@NonNull final String message, @NonNull final Map< String, String > userFields)
Send a log to Log & Crash Server for analyzing the string message with warn level.
Definition: Gamebase.java:2658
com.toast.android.gamebase.Gamebase.ImageNotice.closeImageNotices
static void closeImageNotices(@NonNull Activity activity)
This method to close the image notice in display on a screen.
Definition: Gamebase.java:1594
com.toast.android.gamebase.GamebaseSystemInfo.getConfigurationLanguageCode
String getConfigurationLanguageCode()
Definition: GamebaseSystemInfo.java:309
com.toast.android.gamebase.base.ValueObject.fromJson
static< T > T fromJson(@NonNull String json, Type type)
Definition: ValueObject.java:23
com.toast.android.gamebase.base.GamebaseError.SERVER_UNKNOWN_ERROR
static final int SERVER_UNKNOWN_ERROR
Definition: GamebaseError.java:193
com.toast.android.gamebase.event.GamebaseEventCategory.OBSERVER_NETWORK
static final String OBSERVER_NETWORK
Definition: GamebaseEventCategory.java:12
com.toast.android.gamebase.auth.data.BanInfo.message
String message
Banning message entered from the Gamebase console.
Definition: BanInfo.java:79
com.toast.android.gamebase.GamebaseSystemInfo.setStoreCode
void setStoreCode(final String newStoreCode)
Definition: GamebaseSystemInfo.java:164
com.toast.android.gamebase.base.NetworkManager.isActiveConnectedOrConnecting
boolean isActiveConnectedOrConnecting()
Definition: NetworkManager.java:81
GamebaseSDKConstants
com.toast.android.gamebase.base.push.PushProvider.Type.NONE
static final String NONE
Definition: PushProvider.java:20
com.toast.android.gamebase.auth.transfer
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.from
static Builder from(@NonNull final GamebaseWebViewConfiguration configuration)
This method creates an instance of Builder from GamebaseWebViewConfiguration.
Definition: GamebaseWebViewConfiguration.java:167
com.toast.android.gamebase.base.auth.AuthProviderProfile.getUserId
abstract String getUserId()
com.toast.android.gamebase.base.purchase.PurchasableReceipt.purchaseToken
String purchaseToken
Definition: PurchasableReceipt.java:31
com.toast.android.gamebase.Gamebase.removeEventHandler
static void removeEventHandler(GamebaseEventHandler handler)
Remove a Gamebase event listener.
Definition: Gamebase.java:1224
com.toast.android.gamebase.base.GamebaseException.GamebaseException
GamebaseException(final String domain, final int code, String message)
Constructs a new GamebaseException.
Definition: GamebaseException.java:96
com.toast.android.gamebase.base.push.PushConfiguration.adAgreement
boolean adAgreement
Definition: PushConfiguration.java:26
com.toast.android.gamebase.serverpush.ServerPushEventMessage.Type.TRANSFER_KICKOUT
static final String TRANSFER_KICKOUT
Definition: ServerPushEventMessage.java:14
com.toast.android.gamebase.event.data.GamebaseEventObserverData.code
int code
Definition: GamebaseEventObserverData.java:13
com.toast.android.gamebase.Gamebase.Logger.debug
static void debug(@NonNull final String message)
Send a log to Log & Crash Server for analyzing the string message with debug level.
Definition: Gamebase.java:2499
com.toast.android.gamebase.base.GamebaseError.AUTH_ADD_MAPPING_INVALID_IDP_INFO
static final int AUTH_ADD_MAPPING_INVALID_IDP_INFO
Definition: GamebaseError.java:107
com.toast.android.gamebase.auth.transfer.data.RenewalModeType.RenewalModeType
RenewalModeType(String type)
Definition: RenewalModeType.java:28
com.toast.android.gamebase.base.purchase.PurchasableReceipt.productType
String productType
Definition: PurchasableReceipt.java:35
com.toast.android.gamebase.base.GamebaseError.SUCCESS
static final int SUCCESS
Success.
Definition: GamebaseError.java:23
com.toast.android.gamebase.base.log.Logger.setMessagePrefix
static void setMessagePrefix(String key, String prefix)
Definition: Logger.java:32
com.toast.android.gamebase.base.GamebaseError.AUTH_TOKEN_LOGIN_INVALID_TOKEN_INFO
static final int AUTH_TOKEN_LOGIN_INVALID_TOKEN_INFO
Definition: GamebaseError.java:96
com.toast.android.gamebase.base.purchase.PurchasableItem.localizedPrice
String localizedPrice
Definition: PurchasableItem.java:39
com.toast.android.gamebase.base.log.Logger.INFO
static final int INFO
Definition: Logger.java:16
com.toast.android.gamebase.auth.transfer.data.TransferAccountRenewConfiguration.getRenewalModeType
RenewalModeType getRenewalModeType()
Definition: TransferAccountRenewConfiguration.java:56
com.toast.android.gamebase.GamebaseSystemInfo.getInstance
static GamebaseSystemInfo getInstance()
Definition: GamebaseSystemInfo.java:59
com.toast.android.gamebase.Gamebase.Logger.fatal
static void fatal(@NonNull final String format, @NonNull final Object... args)
Send a log to Log & Crash Server for analyzing the string message with fatal level.
Definition: Gamebase.java:2616
com.toast.android.gamebase.GamebaseConfiguration.Builder.setStoreCode
Builder setStoreCode(String storeCode)
Set store code.
Definition: GamebaseConfiguration.java:206
com.toast.android.gamebase.base.GamebaseError.isSuccess
static boolean isSuccess(@Nullable final GamebaseException gbException)
Definition: GamebaseError.java:195
com.toast.android.gamebase.base.log.Logger.setLogLevel
static void setLogLevel(int level)
Definition: Logger.java:45
com.toast.android.gamebase.launching
com.toast.android.gamebase.event.data.PushAction.message
PushMessage message
Definition: PushAction.java:17
com.toast.android.gamebase.base.GamebaseError.NOT_SUPPORTED_UNITY_EDITOR
static final int NOT_SUPPORTED_UNITY_EDITOR
Definition: GamebaseError.java:44
com.toast.android.gamebase.base.log.Logger.wtf
static void wtf(String tag, String msg)
Prints a message at ASSERT priority.
Definition: Logger.java:233
com.toast.android.gamebase.base.GamebaseError.NOT_INITIALIZED
static final int NOT_INITIALIZED
Common error code.
Definition: GamebaseError.java:28
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setBackgroundColor
Builder setBackgroundColor(int backgroundColor)
This method sets the background color of the webview.
Definition: GamebaseWebViewConfiguration.java:227
com.toast.android.gamebase.base.auth.AuthProvider.LoginCallback.onSuccess
void onSuccess(AuthProviderCredential credential, AuthProviderProfile profile)
com.toast.android.gamebase.base.GamebaseError.WEBVIEW_HTTP_ERROR
static final int WEBVIEW_HTTP_ERROR
Definition: GamebaseError.java:185
com.toast.android.gamebase.launching.data.LaunchingMaintenanceInfo.getLocalEndDate
long getLocalEndDate()
Definition: LaunchingMaintenanceInfo.java:48
com.toast.android.gamebase.base.purchase.PurchaseProvider.StoreCode.GOOGLE
static final String GOOGLE
Definition: PurchaseProvider.java:18
com.toast.android.gamebase.event.GamebaseEventCategory.PURCHASE_UPDATED
static final String PURCHASE_UPDATED
Definition: GamebaseEventCategory.java:14
com.toast.android.gamebase.GamebaseConfiguration.Builder.enablePopup
Builder enablePopup(boolean enable)
Definition: GamebaseConfiguration.java:156
com.toast.android.gamebase.Gamebase.Push.registerPush
static void registerPush(@NonNull final Activity activity, @NonNull final PushConfiguration pushConfiguration, @NonNull final GamebaseCallback callback)
Register push information to the push server.
Definition: Gamebase.java:1876
com.toast.android.gamebase.base.auth.AuthProvider.NAVER
String NAVER
Definition: AuthProvider.java:22
com.toast.android.gamebase.base.GamebaseError.WEBVIEW_TIMEOUT
static final int WEBVIEW_TIMEOUT
Definition: GamebaseError.java:184
com.toast.android.gamebase.base.GamebaseError.NOT_SUPPORTED
static final int NOT_SUPPORTED
Definition: GamebaseError.java:37
com.toast.android.gamebase.event.data.GamebaseEventMessage
Definition: GamebaseEventMessage.java:13
com.toast.android.gamebase.Gamebase.removeObserver
static void removeObserver(Observer observer)
Remove a observer listener.
Definition: Gamebase.java:1342
com.toast.android.gamebase.serverpush.ServerPushEventMessage
Definition: ServerPushEventMessage.java:3
com.toast.android.gamebase.event.GamebaseEventCategory.OBSERVER_LAUNCHING
static final String OBSERVER_LAUNCHING
Definition: GamebaseEventCategory.java:11
com.toast.android.gamebase.base.push.PushConfiguration.from
static PushConfiguration from(@Nullable GamebaseDataContainer container)
Factory method to create VO instance.
Definition: PushConfiguration.java:139
com.toast.android.gamebase.base.ui.SimpleMultiChoiceDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final CharSequence[] items, @Nullable final boolean[] checkedItems, @Nullable final DialogInterface.OnMultiChoiceClickListener multiChoiceListener, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener, @Nullable final DialogInterface.OnCancelListener cancelListener, final boolean isCancelable)
Definition: SimpleMultiChoiceDialog.java:51
com.toast.android.gamebase.launching.data.LaunchingInfo.getIapId
String getIapId(@NonNull final String storeCode)
Definition: LaunchingInfo.java:90
com.toast.android.gamebase.base.GamebaseError.PURCHASE_UNKNOWN_ERROR
static final int PURCHASE_UNKNOWN_ERROR
Definition: GamebaseError.java:149
com.toast.android.gamebase.serverpush.ServerPushEvent
Definition: ServerPushEvent.java:3
com.toast.android.gamebase.base.GamebaseError.AUTH_TOKEN_LOGIN_INVALID_LAST_LOGGED_IN_IDP
static final int AUTH_TOKEN_LOGIN_INVALID_LAST_LOGGED_IN_IDP
Definition: GamebaseError.java:97
com.toast.android.gamebase.base.log.Logger.addLoggable
static void addLoggable(String key, Loggable loggable)
Definition: Logger.java:49
com.toast.android.gamebase.base.auth.AuthProvider.withdraw
void withdraw(@NonNull final Activity activity, @Nullable final WithdrawCallback callback)
com.toast.android.gamebase.Gamebase.Logger.debug
static void debug(@NonNull final String format, @NonNull final Object... args)
Send a log to Log & Crash Server for analyzing the string message with debug level.
Definition: Gamebase.java:2560
com.toast.android.gamebase.base.NetworkManager
Definition: NetworkManager.java:17
com.toast.android.gamebase.launching.data.LaunchingStatus.TERMINATED_SERVICE
static final int TERMINATED_SERVICE
Definition: LaunchingStatus.java:19
com.toast.android.gamebase.launching.data.LaunchingInfo.getIdpInfo
Object getIdpInfo(final String providerName)
Definition: LaunchingInfo.java:60
com.toast.android.gamebase.auth.transfer.data.RenewalTargetType.getDescription
String getDescription()
Definition: RenewalTargetType.java:31
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setBackButtonImageResource
Builder setBackButtonImageResource(@NonNull final Context context, @NonNull final String name)
This method sets the image of the back button.
Definition: GamebaseWebViewConfiguration.java:305
com.toast.android.gamebase.base.GamebaseException.mExtras
Map< String, Object > mExtras
Definition: GamebaseException.java:40
com.toast.android.gamebase.base.GamebaseError.UI_CONTACT_FAIL_ANDROID_DUPLICATED_VIEW
static final int UI_CONTACT_FAIL_ANDROID_DUPLICATED_VIEW
Definition: GamebaseError.java:171
com.toast.android.gamebase.imagenotice.ImageNoticeConfiguration.getBackgroundColor
int getBackgroundColor()
Definition: ImageNoticeConfiguration.java:34
com.toast.android.gamebase.auth
com.toast.android.gamebase.base.GamebaseError.UI_IMAGE_NOTICE_TIMEOUT
static final int UI_IMAGE_NOTICE_TIMEOUT
UI error code.
Definition: GamebaseError.java:168
com.toast.android.gamebase.base.NetworkManager.getType
static int getType(Context context)
Definition: NetworkManager.java:54
com.toast.android.gamebase.GamebaseWebViewConfiguration.getBackgroundColor
int getBackgroundColor()
Definition: GamebaseWebViewConfiguration.java:63
com.toast.android.gamebase.Gamebase.getCountryCode
static String getCountryCode()
Gets the country code.
Definition: Gamebase.java:1020
com.toast.android.gamebase.auth.data
Definition: AuthToken.java:5
com.toast.android.gamebase.base.ui.SimpleAlertDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final String message)
Definition: SimpleAlertDialog.java:21
com.toast.android.gamebase.base.GamebaseError.AUTH_WITHDRAW_ALREADY_TEMPORARY_WITHDRAW
static final int AUTH_WITHDRAW_ALREADY_TEMPORARY_WITHDRAW
Definition: GamebaseError.java:127
com.toast.android.gamebase.imagenotice.ImageNoticeConfiguration.Builder
Definition: ImageNoticeConfiguration.java:56
com.toast.android.gamebase.base.GamebaseError.AUTH_REMOVE_MAPPING_FAILED
static final int AUTH_REMOVE_MAPPING_FAILED
Definition: GamebaseError.java:118
com.toast.android.gamebase.Gamebase.Purchase.requestPurchase
static void requestPurchase(@NonNull final Activity activity, final long itemSeq, @NonNull final GamebaseDataCallback< PurchasableReceipt > callback)
Request Purchasing Item that has itemSeq.
Definition: Gamebase.java:1692
com.toast.android.gamebase.base.NetworkManager.TYPE_MOBILE
static final int TYPE_MOBILE
Definition: NetworkManager.java:21
com.toast.android.gamebase.Gamebase.activeApp
static void activeApp(final Context applicationContext)
Notifies the Gamebase SDK that the app has launched.
Definition: Gamebase.java:86
com.toast.android.gamebase.observer.ObserverMessage.data
final Map< String, Object > data
Definition: ObserverMessage.java:15
com.toast.android.gamebase.Gamebase.setDebugMode
static void setDebugMode(boolean enableDebug)
Used to enable or disable logging, and other debug features.
Definition: Gamebase.java:179
com.toast.android.gamebase.Gamebase.getCountryCodeOfUSIM
static String getCountryCodeOfUSIM()
Gets the country code set in USIM.
Definition: Gamebase.java:1030
com.toast.android.gamebase.Gamebase.setDisplayLanguageCode
static void setDisplayLanguageCode(String displayLanguageCode)
Definition: Gamebase.java:988
com.toast.android.gamebase.observer.Observer
Definition: Observer.java:7
com.toast.android.gamebase.base.log.Logger.WARN
static final int WARN
Definition: Logger.java:17
com.toast.android.gamebase.base.auth
Definition: AuthProvider.java:5
com.toast.android.gamebase.Gamebase.Logger.debug
static void debug(@NonNull final String message, @NonNull final Map< String, String > userFields)
Send a log to Log & Crash Server for analyzing the string message with debug level.
Definition: Gamebase.java:2630
com.toast.android.gamebase.Gamebase.Contact.requestContactURL
static void requestContactURL(@NonNull final GamebaseDataCallback< String > callback)
Returns the customer service URL.
Definition: Gamebase.java:2113
com.toast.android.gamebase.base.log.Logger.v
static void v(String tag, String msg, Throwable tr)
Prints a message at VERBOSE priority.
Definition: Logger.java:101
com.toast.android.gamebase.base.ui.SimpleSelectItemDialog
Definition: SimpleSelectItemDialog.java:17
com.toast.android.gamebase.launching.data.LaunchingMaintenanceInfo.getTypeCode
String getTypeCode()
Definition: LaunchingMaintenanceInfo.java:24
com.toast.android.gamebase.base.GamebaseError.NOT_GUEST_OR_HAS_OTHERS
static final int NOT_GUEST_OR_HAS_OTHERS
Definition: GamebaseError.java:36
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setPopupWidthDp
Builder setPopupWidthDp(final int width)
This method sets the width dp size of the pop-up style web view.
Definition: GamebaseWebViewConfiguration.java:381
com.toast.android.gamebase.base.GamebaseError.IOS_GAMECENTER_DENIED
static final int IOS_GAMECENTER_DENIED
for ios specified error code.
Definition: GamebaseError.java:54
com.toast.android.gamebase.serverpush.ServerPushEventMessage.Type.APP_KICKOUT
static final String APP_KICKOUT
Definition: ServerPushEventMessage.java:13
com.toast.android.gamebase.base.ui.SimpleAlertDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final String message, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener, @Nullable final DialogInterface.OnCancelListener cancelListener, final boolean isCancelable)
This method to create the dialog and display it on screen.
Definition: SimpleAlertDialog.java:113
com.toast.android.gamebase.base.annotation.ToastDuration
Definition: ToastDuration.java:15
com.toast.android.gamebase.base.purchase.PurchaseProvider.newToastPurchasable
static GamebaseToastPurchasable newToastPurchasable()
Definition: PurchaseProvider.java:10
com.toast.android.gamebase.launching.data.LaunchingStatus.INSPECTING_ALL_SERVICES
static final int INSPECTING_ALL_SERVICES
Definition: LaunchingStatus.java:21
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.getSoundFileName
String getSoundFileName()
Definition: GamebaseNotificationOptions.java:52
com.toast.android.gamebase.imagenotice.ImageNoticeConfiguration.Builder.build
ImageNoticeConfiguration build()
This method creates an instance of ImageNoticeConfiguration.
Definition: ImageNoticeConfiguration.java:69
com.toast.android.gamebase.auth.data.AuthToken.getAuthMappingInfoKeyList
List< String > getAuthMappingInfoKeyList()
Definition: AuthToken.java:79
com.toast.android.gamebase.base.GamebaseError
Class responsible for creating error codes and error objects.
Definition: GamebaseError.java:19
com.toast.android.gamebase.event.GamebaseEventCategory.PUSH_RECEIVED_MESSAGE
static final String PUSH_RECEIVED_MESSAGE
Definition: GamebaseEventCategory.java:15
com.toast.android.gamebase.auth.data.BanInfo.userId
String userId
User ID who was banned.
Definition: BanInfo.java:62
com.toast.android.gamebase.base.purchase.PurchasableItem.productType
String productType
Definition: PurchasableItem.java:34
com.toast.android.gamebase.GamebaseWebViewConfiguration.newBuilder
static Builder newBuilder(@NonNull final GamebaseWebViewConfiguration configuration)
Definition: GamebaseWebViewConfiguration.java:121
com.toast.android.gamebase.launching.data.LaunchingStatus.isInspectingService
boolean isInspectingService()
Definition: LaunchingStatus.java:56
com.toast.android.gamebase.base.GamebaseError.INVALID_PARAMETER
static final int INVALID_PARAMETER
Definition: GamebaseError.java:30
com.toast.android.gamebase.observer.ObserverMessage.ObserverMessage
ObserverMessage(String pType, Map< String, Object > pData)
Definition: ObserverMessage.java:17
com.toast.android.gamebase.base.auth.AuthProvider.getProviderName
String getProviderName()
com.toast.android.gamebase.GamebaseConfiguration.Builder.build
GamebaseConfiguration build()
Definition: GamebaseConfiguration.java:176
com.toast.android.gamebase.auth.data.BanInfo.endDate
long endDate
Time when banning will be released.
Definition: BanInfo.java:75
com.toast.android.gamebase.base.ValueObject.toJsonString
String toJsonString()
Definition: ValueObject.java:27
com.toast.android.gamebase.launching.data.LaunchingInfo.getTcgbClient
LaunchingTcgbClient getTcgbClient()
Definition: LaunchingInfo.java:149
com.toast.android.gamebase.base.NetworkManager.isConnected
static boolean isConnected(Context context)
Definition: NetworkManager.java:44
com.toast.android.gamebase.base.log.Loggable.isLoggable
boolean isLoggable(int level, int priority)
com.toast.android.gamebase.launching.data.LaunchingStatus.INTERNAL_SERVER_ERROR
static final int INTERNAL_SERVER_ERROR
Definition: LaunchingStatus.java:23
com.toast.android.gamebase.GamebaseConfiguration.Builder.mPushType
String mPushType
Definition: GamebaseConfiguration.java:127
com.toast.android.gamebase.Gamebase.Network.getType
static int getType()
Reports the type of network to which the info in this NetworkInfo pertains.
Definition: Gamebase.java:2300
com.toast.android.gamebase.launching.data.LaunchingInfo.TCPRODUCT_TYPE_PUSH
static final String TCPRODUCT_TYPE_PUSH
Definition: LaunchingInfo.java:26
com.toast.android.gamebase.GamebaseSystemInfo.getDeviceLanguageCode
String getDeviceLanguageCode()
Definition: GamebaseSystemInfo.java:319
UIPopupConfiguration
com.toast.android.gamebase.auth.data.AuthToken.getLastLoginDate
long getLastLoginDate()
Definition: AuthToken.java:42
com.toast.android.gamebase.contact.ContactConfiguration.getAdditionalURL
String getAdditionalURL()
Definition: ContactConfiguration.java:49
com.toast.android.gamebase.base.GamebaseError.isExternalLibraryError
static boolean isExternalLibraryError(@Nullable final GamebaseException gbException)
Definition: GamebaseError.java:213
com.toast.android.gamebase.base.purchase.PurchasableReceipt.userId
String userId
Definition: PurchasableReceipt.java:37
com.toast.android.gamebase.base.GamebaseException.GamebaseException
GamebaseException(final String domain, final int code, Throwable cause)
Constructs a new GamebaseException.
Definition: GamebaseException.java:109
com.toast.android.gamebase.Gamebase.TemporaryWithdrawal.requestWithdrawal
static void requestWithdrawal(@NonNull Activity activity, @Nullable GamebaseDataCallback< TemporaryWithdrawalInfo > callback)
Request to withdraw.
Definition: Gamebase.java:1416
com.toast.android.gamebase.GamebaseWebViewConfiguration.getTitleText
String getTitleText()
Definition: GamebaseWebViewConfiguration.java:83
com.toast.android.gamebase.base.auth.AuthProviderProfile
Definition: AuthProviderProfile.java:19
GamebaseQueryTermsResult
com.toast.android.gamebase.base.GamebaseError.AUTH_WITHDRAW_FAILED
static final int AUTH_WITHDRAW_FAILED
Definition: GamebaseError.java:126
com.toast.android.gamebase.event.data.PushAction.userText
String userText
Definition: PushAction.java:19
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setBackButtonVisible
Builder setBackButtonVisible(boolean visible)
This method sets the visibility of the back button of the WebView.
Definition: GamebaseWebViewConfiguration.java:249
GamebaseSystemInfoWrongChangedStoreCode
com.toast.android.gamebase.Gamebase.Launching.getLaunchingInformations
static LaunchingInfo getLaunchingInformations()
Get various information provided by the launching server.
Definition: Gamebase.java:1502
com.toast.android.gamebase.Gamebase.login
static void login(@NonNull final Activity activity, final String providerName, @Nullable final GamebaseDataCallback< AuthToken > callback)
Logs the user in with the external authentication provider.
Definition: Gamebase.java:233
com.toast.android.gamebase.base
Definition: ValueObject.java:5
com.toast.android.gamebase.Gamebase.Util.showAlert
static void showAlert(@NonNull final Context context, @NonNull final String title, @NonNull final String message, @Nullable final DialogInterface.OnClickListener clickListener)
This method to create the dialog and display it on screen.
Definition: Gamebase.java:2363
com.toast.android.gamebase.GamebaseSystemInfo.getApplicationContext
Context getApplicationContext()
Definition: GamebaseSystemInfo.java:72
com.toast.android.gamebase.GamebaseSystemInfo.Singleton
Definition: GamebaseSystemInfo.java:63
com.toast.android.gamebase.base.GamebaseError.AUTH_IDP_LOGIN_INVALID_IDP_INFO
static final int AUTH_IDP_LOGIN_INVALID_IDP_INFO
Definition: GamebaseError.java:101
com.toast.android.gamebase.GamebaseSystemInfo.getServerApiVersion
String getServerApiVersion()
Definition: GamebaseSystemInfo.java:152
com.toast.android.gamebase.base.GamebaseError.AUTH_TRANSFERACCOUNT_ALREADY_USED
static final int AUTH_TRANSFERACCOUNT_ALREADY_USED
Definition: GamebaseError.java:91
com.toast.android.gamebase.base.log.Logger.VERBOSE
static final int VERBOSE
Definition: Logger.java:14
com.toast.android.gamebase.Gamebase.WebView.closeWebView
static void closeWebView(@NonNull Activity activity)
This method to close the webview in display on a screen.
Definition: Gamebase.java:2273
com.toast.android.gamebase.base.push.PushConfiguration.newBuilder
static Builder newBuilder()
The factory method to create an instance of the builder to build PushConfiguration.
Definition: PushConfiguration.java:71
com.toast.android.gamebase.base.ui.SimpleAlertDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final String message, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener, final boolean isCancelable)
Definition: SimpleAlertDialog.java:62
com.toast.android.gamebase.GamebaseWebViewConfiguration.getScreenOrientation
int getScreenOrientation()
Definition: GamebaseWebViewConfiguration.java:59
com.toast.android.gamebase.auth.data.AuthMappingInfo.getAuthSystem
String getAuthSystem()
Definition: AuthMappingInfo.java:23
com.toast.android.gamebase.base.GamebaseError.AUTH_WITHDRAW_NOT_TEMPORARY_WITHDRAW
static final int AUTH_WITHDRAW_NOT_TEMPORARY_WITHDRAW
Definition: GamebaseError.java:128
com.toast.android.gamebase.Gamebase.removeMapping
static void removeMapping(@NonNull final Activity activity, @NonNull final String providerName, @Nullable final GamebaseCallback callback)
Removes external authentication that is mapped to the current user identifier.
Definition: Gamebase.java:684
com.toast.android.gamebase.GamebaseConfiguration.Builder.mZoneType
String mZoneType
Definition: GamebaseConfiguration.java:126
com.toast.android.gamebase.Gamebase
This class is a wrapper class that is provided to use various features of Gamebase platform.
Definition: Gamebase.java:58
com.toast.android.gamebase.event.data.PushMessage
Definition: PushMessage.java:13
com.toast.android.gamebase.Gamebase.Push.queryTokenInfo
static void queryTokenInfo(@NonNull final Activity activity, @NonNull final GamebaseDataCallback< GamebasePushTokenInfo > callback)
Get push settings from the the push server.
Definition: Gamebase.java:1986
com.toast.android.gamebase.base.auth.AuthProviderProfile.information
final Map< String, Object > information
Definition: AuthProviderProfile.java:22
com.toast.android.gamebase.GamebaseConfiguration.Builder.setDisplayLanguageCode
Builder setDisplayLanguageCode(String displayLanguage)
Definition: GamebaseConfiguration.java:171
com.toast.android.gamebase.base.GamebaseError.SOCKET_UNKNOWN_ERROR
static final int SOCKET_UNKNOWN_ERROR
Definition: GamebaseError.java:61
com.toast.android.gamebase.base.GamebaseError.SOCKET_RESPONSE_TIMEOUT
static final int SOCKET_RESPONSE_TIMEOUT
Socket error code.
Definition: GamebaseError.java:59
com.toast.android.gamebase.auth.data.BanInfo.beginDate
long beginDate
Time when banning was started.
Definition: BanInfo.java:71
com.toast.android.gamebase.base.auth.AuthProviderProfile.toString
String toString()
Definition: AuthProviderProfile.java:64
com
com.toast.android.gamebase.base.NetworkManager.onReceive
void onReceive(Context context, Intent intent)
Definition: NetworkManager.java:104
com.toast.android.gamebase.Gamebase.addEventHandler
static void addEventHandler(GamebaseEventHandler handler)
Add a Gamebase event handler to be called when every events are arrived.
Definition: Gamebase.java:1212
com.toast.android.gamebase.auth.data.AuthToken.getRegDate
long getRegDate()
Definition: AuthToken.java:38
com.toast.android.gamebase.observer.ObserverMessage
Definition: ObserverMessage.java:13
com.toast.android.gamebase.base.purchase
Definition: PurchasableItem.java:5
com.toast.android.gamebase.Gamebase.Purchase.requestItemListAtIAPConsole
static void requestItemListAtIAPConsole(@NonNull final Activity activity, @NonNull final GamebaseDataCallback< List< PurchasableItem >> callback)
Request a item list which is purchasable.
Definition: Gamebase.java:1725
com.toast.android.gamebase.base.ui.SimpleInputTextDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final String message, @NonNull final EditText editText, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener, @Nullable final DialogInterface.OnCancelListener cancelListener, final boolean isCancelable)
Definition: SimpleInputTextDialog.java:43
com.toast.android.gamebase.Gamebase.removeAllEventHandler
static void removeAllEventHandler()
Remove all Gamebase event listeners.
Definition: Gamebase.java:1233
com.toast.android.gamebase.base.purchase.PurchaseProvider.StoreCode
The type of the markets that are used in the IAP module.
Definition: PurchaseProvider.java:17
com.toast.android.gamebase.launching.data.LaunchingInfo.getMaintenanceInfo
LaunchingMaintenanceInfo getMaintenanceInfo()
Definition: LaunchingInfo.java:121
com.toast.android.gamebase.base.NetworkManager.setOnChangedNetworkStatusListener
void setOnChangedNetworkStatusListener(OnChangedStatusListener listener)
Definition: NetworkManager.java:93
com.toast.android.gamebase.base.GamebaseError.AUTH_USER_CANCELED
static final int AUTH_USER_CANCELED
Auth error code.
Definition: GamebaseError.java:74
com.toast.android.gamebase.Gamebase.isSuccess
static boolean isSuccess(@Nullable final GamebaseException exception)
Returns true if the GamebaseException object is null or the error code is zero.
Definition: Gamebase.java:157
com.toast.android.gamebase.GamebaseWebViewConfiguration.isNavigationBarVisible
boolean isNavigationBarVisible()
Definition: GamebaseWebViewConfiguration.java:75
com.toast.android.gamebase.auth.transfer.data.RenewalModeType
TransferAccount에서 Account 정보를 재발급 받을 때, 어떻게 재발급을 받을 것인지를 정의합니다.
Definition: RenewalModeType.java:12
com.toast.android.gamebase.GamebaseWebViewConfiguration.getCloseButtonImageResource
int getCloseButtonImageResource()
Definition: GamebaseWebViewConfiguration.java:93
com.toast.android.gamebase.auth.transfer.data.TransferAccountRenewConfiguration.getAccountPassword
String getAccountPassword()
Definition: TransferAccountRenewConfiguration.java:71
com.toast.android.gamebase.contact
Definition: ContactConfiguration.java:6
com.toast.android.gamebase.Gamebase.WebView.openWebBrowser
static void openWebBrowser(@NonNull final Activity activity, @NonNull final String url)
This method to create the web browser and display it on screen.
Definition: Gamebase.java:2164
com.toast.android.gamebase.base.GamebaseError.AUTH_EXTERNAL_LIBRARY_INITIALIZATION_ERROR
static final int AUTH_EXTERNAL_LIBRARY_INITIALIZATION_ERROR
Definition: GamebaseError.java:77
com.toast.android.gamebase.auth.transfer.data.TransferAccountInfo.Account
Definition: TransferAccountInfo.java:10
com.toast.android.gamebase.base.log.Logger.d
static void d(String tag, String msg)
Prints a message at DEBUG priority.
Definition: Logger.java:134
com.toast.android.gamebase.base.log.Logger
Definition: Logger.java:11
com.toast.android.gamebase.base.purchase.PurchasableItem
The information of the item that can buy.
Definition: PurchasableItem.java:24
com.toast.android.gamebase.observer.ObserverMessage.Type.HEARTBEAT
static final String HEARTBEAT
Definition: ObserverMessage.java:24
com.toast.android.gamebase.observer.ObserverMessage.toString
String toString()
Definition: ObserverMessage.java:29
com.toast.android.gamebase.base.auth.AuthProvider.getUserId
String getUserId()
com.toast.android.gamebase.launching.data.LaunchingStatus.BLOCKED_USER
static final int BLOCKED_USER
Definition: LaunchingStatus.java:18
com.toast.android.gamebase.event.GamebaseEventCategory.OBSERVER_HEARTBEAT
static final String OBSERVER_HEARTBEAT
Definition: GamebaseEventCategory.java:13
com.toast.android.gamebase.base.GamebaseError.ANDROID_ACTIVEAPP_NOT_CALLED
static final int ANDROID_ACTIVEAPP_NOT_CALLED
Definition: GamebaseError.java:49
com.toast.android.gamebase.base.auth.AuthProvider.LINE
String LINE
Definition: AuthProvider.java:24
com.toast.android.gamebase.base.ui.SimpleMultiChoiceDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final List< String > items, @Nullable final DialogInterface.OnMultiChoiceClickListener multiChoiceListener, @Nullable final String positiveButtonText, @Nullable final DialogInterface.OnClickListener positiveListener, @Nullable final String negativeButtonText, @Nullable final DialogInterface.OnClickListener negativeListener, @Nullable final DialogInterface.OnCancelListener cancelListener, final boolean isCancelable)
Definition: SimpleMultiChoiceDialog.java:34
com.toast.android.gamebase.base.auth.AuthProvider.LogoutCallback.onError
void onError(GamebaseException error)
com.toast.android.gamebase.auth.transfer.data.TransferAccountFailInfo.blockEndDate
long blockEndDate
Definition: TransferAccountFailInfo.java:52
com.toast.android.gamebase.event.data.GamebaseEventObserverData.message
String message
Definition: GamebaseEventObserverData.java:15
com.toast.android.gamebase.base.auth.AuthProvider.APPLEID
String APPLEID
Definition: AuthProvider.java:25
com.toast.android.gamebase.base.purchase.PurchasableItem.from
static PurchasableItem from(@Nullable String jsonString)
Factory method to create VO instance.
Definition: PurchasableItem.java:52
com.toast.android.gamebase.launching.data.LaunchingStatus
Definition: LaunchingStatus.java:9
com.toast.android.gamebase.auth.data.BanInfo.csUrl
String csUrl
The email address of the customer center.
Definition: BanInfo.java:87
com.toast.android.gamebase.GamebaseSystemInfo.getGuestUUID
String getGuestUUID()
Definition: GamebaseSystemInfo.java:214
com.toast.android.gamebase.auth.data.AuthMappingInfo.AuthMappingInfo
AuthMappingInfo()
Definition: AuthMappingInfo.java:16
com.toast.android.gamebase.Gamebase.getAuthMappingList
static List< String > getAuthMappingList()
Gets the list of external authentication providers mapped to the current user identifier.
Definition: Gamebase.java:921
com.toast.android.gamebase.Gamebase.Purchase.setStoreCode
static void setStoreCode(final String storeCode)
Set the store code of the current app.
Definition: Gamebase.java:1837
com.toast.android.gamebase.GamebaseSystemInfo.getZoneType
String getZoneType()
Definition: GamebaseSystemInfo.java:124
GamebaseSystemInfoStoreCodeChangedResult
com.toast.android.gamebase.auth.data.AuthMappingInfo.getAuthKey
String getAuthKey()
Definition: AuthMappingInfo.java:35
com.toast.android.gamebase.Gamebase.Logger.info
static void info(@NonNull final String format, @NonNull final Object... args)
Send a log to Log & Crash Server for analyzing the string message with info level.
Definition: Gamebase.java:2574
com.toast.android.gamebase.Gamebase.Purchase.requestPurchase
static void requestPurchase(@NonNull final Activity activity, @NonNull final String gamebaseProductId, @NonNull final String payload, @NonNull final GamebaseDataCallback< PurchasableReceipt > callback)
Request Purchasing Item registered in the console with the gamebaseProductId.
Definition: Gamebase.java:1672
com.toast.android.gamebase.Gamebase.getAuthProviderAccessToken
static String getAuthProviderAccessToken(@NonNull String providerName)
Gets the access token from the authentication provider.
Definition: Gamebase.java:943
com.toast.android.gamebase.base.push.PushConfiguration.adAgreementNight
boolean adAgreementNight
Definition: PushConfiguration.java:27
com.toast.android.gamebase.auth.data.AuthToken.setAuthMappingList
void setAuthMappingList(final List< AuthMappingInfo > mappingInfo)
Definition: AuthToken.java:70
com.toast.android.gamebase.Gamebase.Logger.initialize
static void initialize(@NonNull final Context context, @NonNull final LoggerConfiguration configuration)
Initialize TOAST Logger SDK TOAST Logger SDK sends a log to Log & Crash Server for analyzing the dat...
Definition: Gamebase.java:2466
com.toast.android.gamebase.launching.data.LaunchingStatus.IN_SERVICE_BY_QA_WHITE_LIST
static final int IN_SERVICE_BY_QA_WHITE_LIST
Definition: LaunchingStatus.java:12
com.toast.android.gamebase.base.push.data.GamebasePushTokenInfo.deviceCountryCode
final String deviceCountryCode
Definition: GamebasePushTokenInfo.java:21
com.toast.android.gamebase.base.GamebaseError.AUTH_IDP_LOGIN_FAILED
static final int AUTH_IDP_LOGIN_FAILED
Definition: GamebaseError.java:100
com.toast.android.gamebase.base.GamebaseError.AUTH_ADD_MAPPING_ALREADY_HAS_SAME_IDP
static final int AUTH_ADD_MAPPING_ALREADY_HAS_SAME_IDP
Definition: GamebaseError.java:106
com.toast.android.gamebase.imagenotice
Definition: ImageNoticeConfiguration.java:6
com.toast.android.gamebase.base.ui.SimpleAlertDialog.show
static void show(@NonNull final Context context, @NonNull final String title, @NonNull final String message, final boolean isCancelable)
Definition: SimpleAlertDialog.java:27
com.toast.android.gamebase.base.purchase.PurchasableReceipt.purchaseType
String purchaseType
Definition: PurchasableReceipt.java:47
com.toast.android.gamebase.Gamebase.WebView.showWebView
static void showWebView(@NonNull final Activity activity, @NonNull final String url)
This method to create the webview and display it on screen.
Definition: Gamebase.java:2176
com.toast.android.gamebase.auth.transfer.data.TransferAccountInfo.Condition.expirationType
String expirationType
Definition: TransferAccountInfo.java:17
com.toast.android.gamebase.auth.transfer.data.RenewalTargetType.ID_PASSWORD
ID_PASSWORD
Id와 Password 모두 새로이 발급받습니다.
Definition: RenewalTargetType.java:21
com.toast.android.gamebase.Gamebase.Purchase.requestRetryTransaction
static void requestRetryTransaction(@NonNull final Activity activity, @NonNull final GamebaseDataCallback< PurchasableRetryTransactionResult > callback)
'Deprecated API'.
Definition: Gamebase.java:1811
com.toast.android.gamebase.event.GamebaseEventCategory.PUSH_CLICK_ACTION
static final String PUSH_CLICK_ACTION
Definition: GamebaseEventCategory.java:17
com.toast.android.gamebase.base.GamebaseException.GamebaseException
GamebaseException(final String domain, final int code, String format, Object... args)
Constructs a new GamebaseException.
Definition: GamebaseException.java:123
com.toast.android.gamebase.base.GamebaseError.AUTH_TOKEN_LOGIN_FAILED
static final int AUTH_TOKEN_LOGIN_FAILED
Definition: GamebaseError.java:95
com.toast.android.gamebase.base.GamebaseException.getDomain
String getDomain()
Get result domain.
Definition: GamebaseException.java:146
com.toast.android.gamebase.event.data.PushMessage.title
String title
Definition: PushMessage.java:17
com.toast.android.gamebase.Gamebase.Util
This class provides Android utility functions.
Definition: Gamebase.java:2318
com.toast.android.gamebase.base.auth.AuthProviderProfile.putAll
void putAll(Map< String, Object > map)
Definition: AuthProviderProfile.java:57
com.toast.android.gamebase.launching.data.LaunchingInfo
Definition: LaunchingInfo.java:19
com.toast.android.gamebase.base.log.Logger.w
static void w(String tag, String msg, Throwable tr)
Prints a message at WARN priority.
Definition: Logger.java:168
com.toast.android.gamebase.launching.data.LaunchingInfo.getAppTypeCode
String getAppTypeCode()
Definition: LaunchingInfo.java:52
com.toast.android.gamebase.GamebaseSystemInfo.setConfiguration
void setConfiguration(GamebaseConfiguration configuration)
Definition: GamebaseSystemInfo.java:305
com.toast.android.gamebase.base.GamebaseError.LAUNCHING_NOT_EXIST_CLIENT_ID
static final int LAUNCHING_NOT_EXIST_CLIENT_ID
Definition: GamebaseError.java:67
com.toast.android.gamebase.event.GamebaseEventCategory.SERVER_PUSH_TRANSFER_KICKOUT
static final String SERVER_PUSH_TRANSFER_KICKOUT
Definition: GamebaseEventCategory.java:10
com.toast.android.gamebase.event.GamebaseEventHandler
Definition: GamebaseEventHandler.java:12
com.toast.android.gamebase.base.purchase.PurchasableReceipt.paymentId
String paymentId
Definition: PurchasableReceipt.java:39
com.toast.android.gamebase.launching.data.LaunchingInfo.getCsInfo
String getCsInfo()
Definition: LaunchingInfo.java:131
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setCloseButtonImageResource
Builder setCloseButtonImageResource(@NonNull final Context context, @NonNull final String name)
This method sets the image of the close button.
Definition: GamebaseWebViewConfiguration.java:329
LevelUpData
com.toast.android.gamebase.auth.transfer.data.TransferAccountRenewConfiguration.getAccountId
String getAccountId()
Definition: TransferAccountRenewConfiguration.java:66
com.toast.android.gamebase.GamebaseSystemInfo.getCountryCodeOfDevice
String getCountryCodeOfDevice()
Definition: GamebaseSystemInfo.java:284
com.toast.android.gamebase.Gamebase.getCarrierName
static String getCarrierName()
Gets the carrier name set for the current device.
Definition: Gamebase.java:1008
StringUtil
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setTitleText
Builder setTitleText(String titleText)
This method sets the title of the webview.
Definition: GamebaseWebViewConfiguration.java:282
com.toast.android.gamebase.launching.data.LaunchingMaintenanceInfo.getLocalBeginDate
long getLocalBeginDate()
Definition: LaunchingMaintenanceInfo.java:44
com.toast.android.gamebase.base.auth.AuthProvider.LoginCallback.onError
void onError(GamebaseException error)
com.toast.android.gamebase.base.auth.AuthProvider
Definition: AuthProvider.java:15
com.toast.android.gamebase.base.purchase.PurchasableItem.itemName
String itemName
Definition: PurchasableItem.java:30
com.toast.android.gamebase.auth.data.AuthToken.AuthToken
AuthToken()
Definition: AuthToken.java:21
com.toast.android.gamebase.Gamebase.Launching
This class is provided to check information such as launch information, status, and so on.
Definition: Gamebase.java:1494
com.toast.android.gamebase.base.GamebaseError.PUSH_EXTERNAL_LIBRARY_ERROR
static final int PUSH_EXTERNAL_LIBRARY_ERROR
Push error code.
Definition: GamebaseError.java:154
com.toast.android.gamebase.base.auth.AuthProvider.HANGAME
String HANGAME
Definition: AuthProvider.java:19
com.toast.android.gamebase.Gamebase.Logger.info
static void info(@NonNull final String message)
Send a log to Log & Crash Server for analyzing the string message with info level.
Definition: Gamebase.java:2511
com.toast.android.gamebase.base.ui.SimpleAlertDialog
Definition: SimpleAlertDialog.java:16
com.toast.android.gamebase.Gamebase.getLastLoggedInProvider
static String getLastLoggedInProvider()
Gets the name of the last logged-in authentication provider.
Definition: Gamebase.java:910
com.toast.android.gamebase.base.log.Logger.e
static void e(String tag, String msg)
Prints a message at ERROR priority.
Definition: Logger.java:211
com.toast.android.gamebase.base.purchase.PurchasableItem.price
float price
Definition: PurchasableItem.java:26
com.toast.android.gamebase.auth.transfer.data.TransferAccountFailInfo.id
String id
Definition: TransferAccountFailInfo.java:49
com.toast.android.gamebase.Gamebase.getSDKVersion
static String getSDKVersion()
Returns the current version of the Gamebase SDK for Android as a string.
Definition: Gamebase.java:190
com.toast.android.gamebase.base.NetworkManager.isAvailable
boolean isAvailable()
Definition: NetworkManager.java:73
com.toast.android.gamebase.GamebaseWebViewStyle.POPUP
static final int POPUP
Definition: GamebaseWebViewStyle.java:9
com.toast.android.gamebase.GamebaseConfiguration
Definition: GamebaseConfiguration.java:18
com.toast.android.gamebase.event.data.GamebaseEventServerPushData
Definition: GamebaseEventServerPushData.java:12
com.toast.android.gamebase.GamebaseCallback
Definition: GamebaseCallback.java:9
com.toast.android.gamebase.base.GamebaseError.newErrorWithAppendMessage
static GamebaseException newErrorWithAppendMessage(@NonNull final String domain, final int code, @Nullable String appendMessage)
Definition: GamebaseError.java:235
com.toast.android.gamebase.launching.data.LaunchingNoticeInfo.getTitle
String getTitle()
Definition: LaunchingNoticeInfo.java:12
com.toast.android.gamebase.GamebaseConfiguration.Builder.setZoneType
Builder setZoneType(String zoneType)
API for the test application.
Definition: GamebaseConfiguration.java:189
com.toast.android.gamebase.Gamebase.Contact.requestContactURL
static void requestContactURL(@NonNull final ContactConfiguration configuration, @NonNull final GamebaseDataCallback< String > callback)
Returns the customer service URL.
Definition: Gamebase.java:2147
com.toast.android.gamebase.imagenotice.ImageNoticeConfiguration
Parameter class for the initialization of Gamebase.ImageNotice.showImageNotices().
Definition: ImageNoticeConfiguration.java:21
com.toast.android.gamebase.auth.data.AuthToken.getValid
String getValid()
Definition: AuthToken.java:30
com.toast.android.gamebase.auth.transfer.data.TransferAccountFailInfo.failCount
int failCount
Definition: TransferAccountFailInfo.java:51
com.toast.android.gamebase.base.auth.AuthProvider.LoginCallback.onCancel
void onCancel()
com.toast.android.gamebase.base.log.Logger.wtf
static void wtf(String tag, Throwable tr)
Prints a message at ASSERT priority.
Definition: Logger.java:244
com.toast.android.gamebase.GamebaseSystemInfo.getOsVersion
String getOsVersion()
Definition: GamebaseSystemInfo.java:243
com.toast.android.gamebase.Gamebase.Contact
This class provides wrapping of function execution related to TOAST Contact.
Definition: Gamebase.java:2019
com.toast.android.gamebase.auth.data.BanInfo.csInfo
String csInfo
The URL of the customer center web page.
Definition: BanInfo.java:83
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setNavigationBarColor
Builder setNavigationBarColor(int navigationBarColor)
This method sets the color of the webview's navigation bar.
Definition: GamebaseWebViewConfiguration.java:238
com.toast.android.gamebase.base.auth.AuthProvider.isSupportLoginForLastLoggedInProvider
boolean isSupportLoginForLastLoggedInProvider()
com.toast.android.gamebase.base.purchase.PurchasableRetryTransactionResult.failList
List< PurchasableReceipt > failList
Definition: PurchasableRetryTransactionResult.java:23
com.toast.android.gamebase.base.purchase.PurchasableReceipt.gamebaseProductId
String gamebaseProductId
Definition: PurchasableReceipt.java:49
com.toast.android.gamebase.auth.data.AuthToken.getAccessToken
String getAccessToken()
Definition: AuthToken.java:56
com.toast.android.gamebase.base.ValueObject.fromJson
static< T > T fromJson(@NonNull String json, Class< T > classOfT)
Definition: ValueObject.java:15
com.toast.android.gamebase.launching.data.LaunchingStatus.REQUIRE_UPDATE
static final int REQUIRE_UPDATE
Definition: LaunchingStatus.java:17
com.toast.android.gamebase.base.push.data.GamebasePushTokenInfo.languageCode
final String languageCode
Definition: GamebasePushTokenInfo.java:27
com.toast.android.gamebase.contact.ContactConfiguration.Builder.setExtraData
Builder setExtraData(@NonNull Map< String, String > extraData)
Set the custom data field.
Definition: ContactConfiguration.java:103
GamebaseUpdateTermsConfiguration
com.toast.android.gamebase.auth.transfer.data.TransferAccountInfo
Definition: TransferAccountInfo.java:5
com.toast.android.gamebase.base.GamebaseError.PURCHASE_NOT_SUPPORTED_MARKET
static final int PURCHASE_NOT_SUPPORTED_MARKET
Definition: GamebaseError.java:147
com.toast.android.gamebase.contact.ContactConfiguration.Builder.setUserName
Builder setUserName(@NonNull String userName)
Set the user name.
Definition: ContactConfiguration.java:90
com.toast.android.gamebase.base.GamebaseError.AUTH_ADD_MAPPING_ALREADY_MAPPED_TO_OTHER_MEMBER
static final int AUTH_ADD_MAPPING_ALREADY_MAPPED_TO_OTHER_MEMBER
Definition: GamebaseError.java:105
com.toast.android.gamebase.base.auth.AuthProvider.onActivityResult
void onActivityResult(int requestCode, int resultCode, Intent data)
com.toast.android.gamebase.GamebaseSystemInfo.getOsCodeForGamebaseServer
String getOsCodeForGamebaseServer()
For Gamebase server only.
Definition: GamebaseSystemInfo.java:239
com.toast.android.gamebase.base.auth.AuthProviderProfile.toJsonString
String toJsonString()
Definition: AuthProviderProfile.java:71
com.toast.android.gamebase.base.GamebaseError.newClientErrorCode
static int newClientErrorCode(int serverErrorCode, @NonNull String apiId)
Definition: GamebaseError.java:576
com.toast.android.gamebase.base.NetworkManager.getTypeName
static String getTypeName(Context context)
Definition: NetworkManager.java:68
com.toast.android.gamebase.Gamebase.Terms.showTermsView
static void showTermsView(@NonNull Activity activity, @Nullable GamebaseDataCallback< GamebaseDataContainer > callback)
Show terms and conditions web view.
Definition: Gamebase.java:2763
com.toast.android.gamebase.base.NetworkManager.isConnected
boolean isConnected()
Definition: NetworkManager.java:77
com.toast.android.gamebase.base.auth.AuthProvider.getInitializeResult
GamebaseException getInitializeResult()
com.toast.android.gamebase.base.GamebaseException.putExtra
void putExtra(final String key, final Object value)
Definition: GamebaseException.java:184
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.newBuilder
static Builder newBuilder(@NonNull final GamebaseNotificationOptions currentOptions)
The factory method to create an instance of the builder to build GamebaseNotificationOptions.
Definition: GamebaseNotificationOptions.java:91
com.toast.android.gamebase.base.GamebaseError.AUTH_TRANSFERACCOUNT_INVALID_ID
static final int AUTH_TRANSFERACCOUNT_INVALID_ID
Definition: GamebaseError.java:86
com.toast.android.gamebase.base.auth.AuthProvider.TWITTER
String TWITTER
Definition: AuthProvider.java:23
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.build
GamebaseWebViewConfiguration build()
This method creates an instance of GamebaseWebViewConfiguration.
Definition: GamebaseWebViewConfiguration.java:192
com.toast.android.gamebase.Gamebase.Analytics
Definition: Gamebase.java:2400
com.toast.android.gamebase.base.purchase.PurchasableReceipt
The information of the item that is paid.
Definition: PurchasableReceipt.java:23
com.toast.android.gamebase.base.GamebaseException.mCode
final int mCode
Definition: GamebaseException.java:39
com.toast.android.gamebase.serverpush.ServerPushEvent.onReceive
void onReceive(ServerPushEventMessage message)
com.toast.android.gamebase.contact.ContactConfiguration.Builder
Definition: ContactConfiguration.java:64
com.toast.android.gamebase.contact.ContactConfiguration.getExtraData
Map< String, String > getExtraData()
Definition: ContactConfiguration.java:40
com.toast.android.gamebase.observer.ObserverMessage.Type
Definition: ObserverMessage.java:22
com.toast.android.gamebase.auth.transfer.data.TransferAccountInfo.condition
Condition condition
Definition: TransferAccountInfo.java:8
com.toast.android.gamebase.event.GamebaseEventHandler.onReceive
void onReceive(@NonNull GamebaseEventMessage message)
com.toast.android.gamebase.Gamebase.isSandbox
static boolean isSandbox()
Returns whether this project is sandbox mode or not.
Definition: Gamebase.java:200
com.toast.android.gamebase.GamebaseWebViewConfiguration.getBackButtonImageResource
int getBackButtonImageResource()
Definition: GamebaseWebViewConfiguration.java:88
com.toast.android.gamebase.GamebaseSystemInfo.getOsCode
String getOsCode()
Definition: GamebaseSystemInfo.java:229
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setPopupCalcRule
Builder setPopupCalcRule(final int popupCalcRule)
This method sets the rule of calculation of popup size.
Definition: GamebaseWebViewConfiguration.java:344
com.toast.android.gamebase.event.data.GamebaseEventServerPushData.extras
String extras
Definition: GamebaseEventServerPushData.java:14
com.toast.android.gamebase.GamebaseConfiguration.getZoneType
String getZoneType()
The API used in internal process only.
Definition: GamebaseConfiguration.java:96
com.toast.android.gamebase.auth.data.AuthToken.getAccessTokenSecret
String getAccessTokenSecret()
Definition: AuthToken.java:60
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.Builder.build
GamebaseNotificationOptions build()
This method creates an instance of GamebaseNotificationOptions.
Definition: GamebaseNotificationOptions.java:143
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setPopupWidthRatio
Builder setPopupWidthRatio(final float width)
This method sets the width ratio of the pop-up style web view.
Definition: GamebaseWebViewConfiguration.java:356
com.toast.android.gamebase.auth.transfer.data.TransferAccountFailInfo
If the transferAccountWithIdPLogin API fails with error AUTH_TRANSFERACCOUNT_BLOCK (3042),...
Definition: TransferAccountFailInfo.java:45
com.toast.android.gamebase.auth.transfer.data.TransferAccountInfo.Condition.transferAccountType
String transferAccountType
Definition: TransferAccountInfo.java:16
com.toast.android.gamebase.base.push.PushConfiguration.Builder.enablePush
Builder enablePush(boolean pushEnabled)
Definition: PushConfiguration.java:163
com.toast.android.gamebase.Gamebase.Logger.setUserField
static void setUserField(@NonNull final String field, @NonNull final Object value)
Used to predefine additional information.
Definition: Gamebase.java:2699
com.toast.android.gamebase.base.purchase.PurchaseProvider
Definition: PurchaseProvider.java:9
com.toast.android.gamebase.Gamebase.logout
static void logout(@NonNull final Activity activity, @Nullable final GamebaseCallback callback)
Logs out the user.
Definition: Gamebase.java:716
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.from
static GamebaseNotificationOptions from(@Nullable final String jsonString)
Factory method to create VO instance.
Definition: GamebaseNotificationOptions.java:62
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.getPriority
int getPriority()
Definition: GamebaseNotificationOptions.java:44
com.toast.android.gamebase.Gamebase.addMapping
static void addMapping(@NonNull final Activity activity, @NonNull final String providerName, @Nullable final GamebaseDataCallback< AuthToken > callback)
Mapping the currently authenticated user identifier of Gamebase with another external authentication.
Definition: Gamebase.java:376
com.toast.android.gamebase.Gamebase.ImageNotice.showImageNotices
static void showImageNotices(@NonNull Activity activity, @Nullable GamebaseCallback onCloseCallback)
Show image notice web pages.
Definition: Gamebase.java:1543
com.toast.android.gamebase.auth.transfer.data.TransferAccountInfo.Condition.expirationDate
long expirationDate
Definition: TransferAccountInfo.java:18
com.toast.android.gamebase.base.push.data.GamebaseNotificationOptions.isForegroundEnabled
boolean isForegroundEnabled()
Definition: GamebaseNotificationOptions.java:35
com.toast.android.gamebase.base.GamebaseError.LOGGER_NOT_INITIALIZED
static final int LOGGER_NOT_INITIALIZED
Logger code.
Definition: GamebaseError.java:161
com.toast.android.gamebase.Gamebase.Terms.updateTerms
static void updateTerms(@NonNull Activity activity, @NonNull GamebaseUpdateTermsConfiguration configuration, @Nullable GamebaseCallback callback)
Send the agreement to the terms and conditions to the Gamebase server.
Definition: Gamebase.java:2859
com.toast.android.gamebase.GamebaseWebViewStyle.BROWSER
static final int BROWSER
Definition: GamebaseWebViewStyle.java:8
com.toast.android.gamebase.GamebaseWebViewConfiguration.Builder.setPopupHeightRatio
Builder setPopupHeightRatio(final float height)
This method sets the height ratio of the pop-up style web view.
Definition: GamebaseWebViewConfiguration.java:368
com.toast.android.gamebase.Gamebase.Util.requestPermissions
static void requestPermissions(@NonNull Context context, @NonNull List< String > permissions, @Nullable PermissionsUtil.RequestPermissionCallback callback)
Request android permissions in runtime.
Definition: Gamebase.java:2379
com.toast.android.gamebase.GamebaseSystemInfo.getCountryCodeOfUSIM
String getCountryCodeOfUSIM()
Definition: GamebaseSystemInfo.java:275
com.toast.android.gamebase.base.GamebaseError.AUTH_NOT_PLAYABLE
static final int AUTH_NOT_PLAYABLE
Definition: GamebaseError.java:131
com.toast.android.gamebase.event.data.GamebaseEventMessage.data
final String data
Definition: GamebaseEventMessage.java:17
com.toast.android.gamebase.base.GamebaseException.toPrettyJsonString
String toPrettyJsonString()
Definition: GamebaseException.java:261
com.toast.android.gamebase.base.ValueObject.fromJson
static< T > T fromJson(@NonNull JSONObject jsonObject, Class< T > classOfT)
Definition: ValueObject.java:19
com.toast.android.gamebase.Gamebase.queryTransferAccount
static void queryTransferAccount(final GamebaseDataCallback< TransferAccountInfo > callback)
Try to query the transfer account to Gamebase.
Definition: Gamebase.java:778