AndroidJNI.GetStaticByteField
static function GetStaticByteField(clazz: IntPtr, fieldID: IntPtr): byte;
static byte GetStaticByteField(IntPtr clazz, IntPtr fieldID);
static def GetStaticByteField(clazz as IntPtr, fieldID as IntPtr) as byte
Description

This function returns the value of a static field of an object.