Method group is Obsolete

AndroidJNI.GetByteField

Obsolete public static byte GetByteField(IntPtr obj, IntPtr fieldID);

Description

Returns the value of an instance (nonstatic) field of an object.

AndroidJNI.GetByteField is obsolete. Use AndroidJNI.GetSByteField instead.

See Also: Java Native Interface Specification (Oracle)

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