Back to project page Froggy.
The source code is released under:
GNU General Public License
If you think the Android project Froggy 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.mopgames.Helpers; //w ww . java2 s.c o m public interface ActionResolver { public boolean getSignedInGPGS(); public void loginGPGS(); public void submitScoreGPGS(int score); public void unlockAchievementGPGS(String achievementId); public void getLeaderboardGPGS(); public void getAchievementsGPGS(); public void rateGame(); public void showAd(boolean show); public void share(String text, String appLink); }