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

static function SetLongField (obj : IntPtr, fieldID : IntPtr, val : Int64) : void

Description

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

See Also: Java Native Interface Specification (Oracle)