Version: 2019.2
public static string CallStringMethod (IntPtr obj, IntPtr methodID, jvalue[] args);

説明

Calls a Java instance method defined by methodID, optionally passing an array of arguments (args) to the method.

これは同じパラメーターで CallObjectMethod() を呼び出す便利な関数ですが結果から管理された文字列を作成します。

See Also: AndroidJNI.CallObjectMethod.