public interface _ElementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
A player identifier, session identifier, browser identifier or whatever other kind of
identifier you use for this scoreboard.
|
float |
getScore()
The value by which this element is sorted within the leaderboard.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getId()
A player identifier, session identifier, browser identifier or whatever other kind of identifier you use for this scoreboard. The full unsigned 64 bit range is allowed here, between 0 and 2^63-1 inclusive. An id can only appear in a leaderboard one time. You can't have 2 scores for 1 player, unless that player has 2 ids!
uint32 id = 1;float getScore()
The value by which this element is sorted within the leaderboard.
float score = 2;