java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GameHighScore
- Enclosing class:
- TdApi
Contains one row of the game high score table.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Position in the high score table.int
User score.long
User identifier. -
Constructor Summary
ConstructorDescriptionContains one row of the game high score table.GameHighScore
(int position, long userId, int score) Contains one row of the game high score table.GameHighScore
(DataInput input) Contains one row of the game high score table. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
position
public int positionPosition in the high score table. -
userId
public long userIdUser identifier. -
score
public int scoreUser score. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GameHighScore
public GameHighScore()Contains one row of the game high score table. -
GameHighScore
public GameHighScore(int position, long userId, int score) Contains one row of the game high score table.- Parameters:
position
- int Position in the high score table.userId
- long User identifier.score
- int User score.
-
GameHighScore
Contains one row of the game high score table.- 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()
-