AndroidJNI.GetStaticLongField
static function GetStaticLongField(clazz: IntPtr, fieldID: IntPtr): long;
static long GetStaticLongField(IntPtr clazz, IntPtr fieldID);
static def GetStaticLongField(clazz as IntPtr, fieldID as IntPtr) as long
Description

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