Gamebase SDK for Android  2.5.0
Toast Gamebase Platform
LevelUpData Class Reference
Collaboration diagram for LevelUpData:
Collaboration graph

Public Member Functions

 LevelUpData (int userLevel, long levelUpTime)
 
Map< String, Object > toMap ()
 
String toString ()
 

Public Attributes

int userLevel
 
long levelUpTime
 

Static Public Attributes

static final String TAG = "LevelUpData"
 

Constructor & Destructor Documentation

◆ LevelUpData()

LevelUpData ( int  userLevel,
long  levelUpTime 
)
Parameters
userLevel
levelUpTimeepoch time
Here is the call graph for this function:

Member Function Documentation

◆ toMap()

Map<String, Object> toMap ( )
Here is the caller graph for this function:

◆ toString()

String toString ( )
Here is the call graph for this function:

Member Data Documentation

◆ levelUpTime

long levelUpTime

◆ TAG

final String TAG = "LevelUpData"
static

◆ userLevel

int userLevel