Version: 2017.2

AndroidJNI.GetStringField

Switch to Manual
public static string GetStringField (IntPtr obj, IntPtr fieldID);

Description

This function returns the value of an instance (nonstatic) field of an object.

Это удобная функция, которая вызывает GetObjectField(), с теми же параметрами, но создает управляемую строку из результата.

See Also: AndroidJNI.GetObjectField.