My kotlin code is: @ReactMethod fun getSum(values: IntArray, callback: Callback){ var total = 0; // get total callback.invoke( null, ...
確定! 回上一頁