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 www . ja v a 2s.co m*/ import org.robovm.apple.foundation.NSObject; public class GADBannerViewDelegateAdapter extends NSObject implements GADBannerViewDelegate { @Override public void didReceiveAd (GADBannerView view) { } @Override public void didFailToReceiveAd (GADBannerView view, GADRequestError error) { } @Override public void willPresentScreen (GADBannerView view) { } @Override public void willDismissScreen (GADBannerView view) { } @Override public void didDismissScreen (GADBannerView view) { } @Override public void willLeaveApplication (GADBannerView view) { } }