AndroidJNI.SetIntField

static function SetIntField (obj : IntPtr, fieldID : IntPtr, val : Int32) : void

Description

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

See Also: Java Native Interface Specification (Oracle)