AndroidJNI.GetBooleanField
static function GetBooleanField(obj: IntPtr, fieldID: IntPtr): bool;
static bool GetBooleanField(IntPtr obj, IntPtr fieldID);
static def GetBooleanField(obj as IntPtr, fieldID as IntPtr) as bool
Description

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