Method group is Obsolete

AndroidJNI.SetByteField

Obsolete AndroidJNI.SetByteField is obsolete. Use AndroidJNI.SetSByteField method instead.

Declaration

public static void SetByteField(IntPtr obj, IntPtr fieldID, byte val);

Description

Sets the value of an instance field of the specified object.

AndroidJNI.SetByteField is obsolete. Use AndroidJNI.SetSByteField instead.

Additional resources: Java Native Interface Specification (Oracle)


Did you find this page useful? Please give it a rating: