AndroidJNI.SetObjectFieldstatic function SetObjectField (obj : IntPtr, fieldID : IntPtr, val : IntPtr) : voidDescriptionThis function sets the value of an instance (nonstatic) field of an object. The value to set is a reference to either a java.lang.Object, or a subclass thereof. |
