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.mediation; /*from ww w.j a v a2 s.co m*/ import org.robovm.apple.uikit.UIViewController; public class GADCustomEventInterstitialAdapter implements GADCustomEventInterstitial { @Override public void requestInterstitial (String serverParameter, String serverLabel, GADCustomEventRequest request) { } @Override public void present (UIViewController rootViewController) { } @Override public void setDelegate (GADCustomEventInterstitialDelegate delegate) { } @Override public GADCustomEventInterstitialDelegate getDelegate () { return null; } }