You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These classes can be called JMethod and JField. JMethod will have methods to call it with arguments and JField will have methods to get/set it.
These two classes can be used by package:jni users instead of using the Jni.env and Jni.accessors primitives and by package:jnigen's generated bindings.
The text was updated successfully, but these errors were encountered:
These classes can be called
JMethod
andJField
.JMethod
will have methods to call it with arguments andJField
will have methods to get/set it.These two classes can be used by
package:jni
users instead of using theJni.env
andJni.accessors
primitives and bypackage:jnigen
's generated bindings.The text was updated successfully, but these errors were encountered: