AndroidJNI.GetByteField
static function GetByteField(obj: IntPtr, fieldID: IntPtr): byte;
static byte GetByteField(IntPtr obj, IntPtr fieldID);
static def GetByteField(obj as IntPtr, fieldID as IntPtr) as byte
Description

This function returns the value of an instance (nonstatic) field of an object.