Version: 2019.2
public static void SetStaticStringField (IntPtr clazz, IntPtr fieldID, string val);

説明

Sets the value of a static field in the specified object.

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

See Also: AndroidJNI.SetStaticObjectField.