JNIEnv *env; /* pointer to native method interface */
JNIEnv *env; /*指向本地方法调用接口 */
Returns the version of the native method interface.
返回本地方法接口的版本。
Method Bindings selects the "Method" to bind by mapping the Event Method (Native Method) to the Interface method.
方法绑定通过将事件方法(本机方法)映射到接口方法来选择要绑定的“方法”。
Method Bindings selects the "Method" to bind by mapping the Event Method (Native Method) to the Interface method.
方法绑定通过将事件方法(本机方法)映射到接口方法来选择要绑定的“方法”。
应用推荐