Version: 2022.3
言語: 日本語
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.