Back to project page google-play-game-services-ane.
The source code is released under:
MIT License
If you think the Android project google-play-game-services-ane 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.google.api.games; /*from w w w. j a v a2 s. com*/ import com.adobe.fre.FREContext; import com.adobe.fre.FREExtension; public class Extension implements FREExtension { public static Context context; public static boolean autoSignIn; @Override public FREContext createContext(String type) { context = new Context(); return context; } @Override public void dispose() { } @Override public void initialize() { } }