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 w w . j a v a 2 s .com import org.robovm.apple.foundation.NSDictionary; import org.robovm.objc.annotation.NativeClass; import org.robovm.objc.annotation.Property; /** The additional parameters publishers may send to the AdMob network. */ @NativeClass public class GADAdMobExtras extends GADAdNetworkExtras { @Property public native void setAdditionalParameters (NSDictionary<?, ?> additionalParameters); @Property public native NSDictionary<?, ?> getAdditionalParameters (); }