public static interface HiscorePlayer.LookupCallback
| Modifier and Type | Method | Description |
|---|---|---|
void |
done(HiscorePlayer player) |
Called when retrieving a player from the high scores completes
|
void done(HiscorePlayer player)
player - The player if the lookup was successful. null otherwise.