Back to project page Electric-Jump.
The source code is released under:
Apache License
If you think the Android project Electric-Jump 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.earthshake.electricjump; public interface ActionResolver { public void showAds(boolean show); public void startSmartWallAd(); public void startLandPageAd(); public void initSwarm(); public void swarmSetActive(boolean setActive); }