Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AndroidJNI.SetObjectField

public static function SetObjectField(obj: IntPtr, fieldID: IntPtr, val: IntPtr): void;

Description

This 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.

See Also: Java Native Interface Specification (Oracle)