Back to project page gameapi-android.
The source code is released under:
MIT License
If you think the Android project gameapi-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.playtomic.android; import java.util.ArrayList; public interface LeaderboardListHandler { void onSuccess(ArrayList<PlayerScore> scores, int numscores, PResponse response); void onFailure(PResponse response); }