Version: 2019.2
public static void SetStringField (IntPtr obj, IntPtr fieldID, string val);

説明

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

これは同じパラメーターで SetObjectField ()を呼び出す便利な関数ですが、文字列の値の必要なマーシャリングを実行します。

See Also: AndroidJNI.SetObjectField.