Version: 2019.1 (switch to 2018.3 or 2017.4)
LanguageEnglish
  • C#

AndroidJNI.GetStringField

public static string GetStringField(IntPtr obj, IntPtr fieldID);

Description

Returns the value of an instance (nonstatic) field of an object.

This is a convenience function that calls GetObjectField() with the same parameters, but creates a managed string from the result.

See Also: AndroidJNI.GetObjectField.

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