toggle menu
Gamebase SDK for Android
2.63.0
androidJvm
switch theme
search in API
gamebase-sdk
/
com.toast.android.gamebase.analytics.data
/
LevelUpData
Level
Up
Data
class
LevelUpData
(
var
userLevel
:
Int
,
var
levelUpTime
:
Long
)
:
ValueObject
Members
Constructors
Level
Up
Data
Link copied to clipboard
constructor
(
userLevel
:
Int
,
levelUpTime
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
level
Up
Time
Link copied to clipboard
var
levelUpTime
:
Long
user
Level
Link copied to clipboard
var
userLevel
:
Int
Functions
to
Json
String
Link copied to clipboard
open
fun
toJsonString
(
)
:
String
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
>
to
Pretty
Json
String
Link copied to clipboard
open
fun
toPrettyJsonString
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String