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 va 2s . c om import org.robovm.apple.foundation.NSObject; import org.robovm.objc.annotation.NativeClass; /** An object implementing this protocol contains information set by the publisher on the client device for a particular ad * network. * * Ad networks should create an 'extras' object implementing this protocol for their publishers to use. */ @NativeClass public class GADAdNetworkExtras extends NSObject { }