JniObjectReferenceType Enum

Definition

Identifies the kind of a JNI object reference.

public enum JniObjectReferenceType
type JniObjectReferenceType = 
Inheritance
JniObjectReferenceType

Fields

Name Value Description
Invalid 0

An invalid JNI reference type.

Local 1

A local JNI reference.

Global 2

A global JNI reference.

WeakGlobal 3

A weak global JNI reference.

Remarks

JNI specification for GetObjectRefType.

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