AndroidJNI.GetStaticBooleanField
static function GetStaticBooleanField(clazz: IntPtr, fieldID: IntPtr): bool;
static bool GetStaticBooleanField(IntPtr clazz, IntPtr fieldID);
static def GetStaticBooleanField(clazz as IntPtr, fieldID as IntPtr) as bool
Description

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