AndroidJNI.SetStaticLongField Manual     Reference     Scripting  
Scripting > Runtime Classes > AndroidJNI
AndroidJNI.SetStaticLongField

static function SetStaticLongField (clazz : IntPtr, fieldID : IntPtr, val : Int64) : void

Description

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

See Also: Java Native Interface Specification (Oracle)