Method group is Obsolete

AndroidJNI.GetStaticByteField

Obsolete public static byte GetStaticByteField(IntPtr clazz, IntPtr fieldID);

Description

Returns the value of a static field of an object.

AndroidJNI.GetStaticByteField is obsolete. Use AndroidJNI.GetStaticSByteField instead.

See Also: Java Native Interface Specification (Oracle)

Did you find this page useful? Please give it a rating: