GetFieldID

fun CPointer<JNIEnvVar>.GetFieldID(classRef: jobject, name: String, returnType: String): jmethodID?

Returns the field ID for an instance (nonstatic) field of a class. The field is specified by its name and signature.

See also: JNI Reference.

Return

a field ID, or NULL if the operation fails.