JniVersion Enum

Definition

Identifies a version of the Java Native Interface.

public enum JniVersion
type JniVersion = 
Inheritance
JniVersion

Fields

Name Value Description
v1_2 65538

JNI version 1.2.

v1_4 65540

JNI version 1.4.

v1_6 65542

JNI version 1.6.

Remarks

JNI specification for version information.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to