Back to project page snappyfrog.
The source code is released under:
Apache License
If you think the Android project snappyfrog 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 org.robovm.bindings.admob; //from w ww. jav a 2s .c om import org.robovm.apple.foundation.NSObject; public class GADInterstitialDelegateAdapter extends NSObject implements GADInterstitialDelegate { @Override public void didReceiveAd (GADInterstitial ad) { } @Override public void didFailToReceiveAd (GADInterstitial ad, GADRequestError error) { } @Override public void willPresentScreen (GADInterstitial ad) { } @Override public void willDismissScreen (GADInterstitial ad) { } @Override public void didDismissScreen (GADInterstitial ad) { } @Override public void willLeaveApplication (GADInterstitial ad) { } }