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

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