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; //ww w . j a va 2 s . c o m import org.robovm.objc.annotation.Method; import org.robovm.objc.annotation.NativeClass; @NativeClass("GADRequestErrorWrapped") class GADRequestErrorConstants { private GADRequestErrorConstants () { } @Method(selector = "kGADErrorDomain") static native String errorDomain (); }