This version of Unity is unsupported.

AndroidJNI.SetStaticObjectField

Declaration

public static void SetStaticObjectField(IntPtr clazz, IntPtr fieldID, IntPtr val);

Description

Sets the value of a static field in the specified object.

The value to set is a reference to either a java.lang.Object, or a subclass thereof.

See Also: Java Native Interface Specification (Oracle)