toggle menu
Gamebase SDK for Android
2.62.1
androidJvm
switch theme
search in API
gamebase-sdk
/
com.toast.android.gamebase.base
/
ValueObject
Value
Object
open
class
ValueObject
Inheritors
GamebaseWebViewConfiguration
GamebaseConfiguration
ContactConfiguration
ForcingMappingTicket
TransferAccountFailInfo
TransferAccountRenewConfiguration
TransferAccountInfo
GraceBanInfo
AuthGamebaseToken
TemporaryWithdrawalInfo
AuthToken
BanInfo
AuthMappingInfo
GamebaseTermsConfiguration
GamebaseShowTermsViewResult
LaunchingInfo
LaunchingStatus
UpdateInfo
PushAction
PushMessage
GamebaseEventLoggedOutData
GamebaseEventObserverData
GamebaseEventServerPushData
GamebaseEventMessage
PushConfiguration
GamebasePushAgreement
GamebaseNotificationOptions
GamebasePushTokenInfo
PurchasableRetryTransactionResult
PurchasableConfiguration
PurchasableReceipt
PurchasableSubscriptionStatus
PurchasableItem
GameUserData
LevelUpData
PurchasableResult
LoggerConfiguration
LogFilter
Members
Constructors
Value
Object
Link copied to clipboard
constructor
(
)
Functions
from
Json
Link copied to clipboard
open
fun
<
T
>
fromJson
(
@
NonNull
json
:
String
,
classOfT
:
Class
<
T
>
)
:
T
open
fun
<
T
>
fromJson
(
@
NonNull
json
:
String
,
type
:
Type
)
:
T
open
fun
<
T
>
fromJson
(
@
NonNull
jsonObject
:
JSONObject
,
classOfT
:
Class
<
T
>
)
:
T
to
Json
String
Link copied to clipboard
open
fun
toJsonString
(
)
:
String
to
Pretty
Json
String
Link copied to clipboard
open
fun
toPrettyJsonString
(
)
:
String
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String