Combu  2.1.14
Unity API Documentation
Public Member Functions | Properties | List of all members
Combu.Score Class Reference
Inheritance diagram for Combu.Score:

Public Member Functions

 Score (string idLeaderboard, int rank, User user, double score)
 
void Initialize (string idLeaderboard, int rank, Profile user, double score)
 Initialize this Score with the specified idLeaderboard, rank, user and score. More...
 
void ReportScore (System.Action< bool > callback)
 Reports the score. More...
 

Properties

string leaderboardID [get, set]
 
System.DateTime date [get]
 
string formattedValue [get]
 
string userID [get]
 
Profile user [get]
 
int rank [get]
 
long value [get, set]
 
float valueFloat [get, set]
 
double valueDouble [get, set]
 

Member Function Documentation

void Combu.Score.Initialize ( string  idLeaderboard,
int  rank,
Profile  user,
double  score 
)

Initialize this Score with the specified idLeaderboard, rank, user and score.

Parameters
idLeaderboardIdentifier leaderboard.
rankRank.
userUser.
scoreScore.
void Combu.Score.ReportScore ( System.Action< bool >  callback)

Reports the score.

Parameters
callbackCallback.

The documentation for this class was generated from the following file: