Package it.tdlight.jni
Class TdApi.GameHighScore
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GameHighScore
- Enclosing class:
- TdApi
public static class TdApi.GameHighScore extends TdApi.Object
Contains one row of the game high score table.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
position
Position in the high score table.int
score
User score.int
userId
User identifier. -
Constructor Summary
Constructors Constructor Description GameHighScore()
Contains one row of the game high score table.GameHighScore(int position, int userId, int score)
Contains one row of the game high score table.GameHighScore(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
position
public int positionPosition in the high score table. -
userId
public int userIdUser identifier. -
score
public int scoreUser score. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GameHighScore
public GameHighScore()Contains one row of the game high score table. -
GameHighScore
public GameHighScore(int position, int userId, int score)Contains one row of the game high score table.- Parameters:
position
- int Position in the high score table.userId
- int User identifier.score
- int User score.
-
GameHighScore
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-