Back to project page Layrd.
The source code is released under:
MIT License
If you think the Android project Layrd 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.Voltronics.game; /* w w w.ja va 2 s .c o m*/ public interface LayrdGoogleGameInterface { public boolean getSignedInGPGS(); public void loginGPGS(); public void submiteScoreGPGS(int score); public void getLeaderboardGPGS(); public void getAchievementsGPGS(); public void logOutGPGS(); public void unlockAchievementGPGS(String achievementId); }