AndroidJNI.SetStaticObjectFieldstatic function SetStaticObjectField (clazz : IntPtr, fieldID : IntPtr, val : IntPtr) : voidDescriptionThis function ets the value of a static field of an object. The value to set is a reference to either a java.lang.Object, or a subclass thereof. |
