To String
The most useful method which is available on all Java objects is toString().
Yup, of course JNIKit makes using it as simple as:
let someObject: JObject = ...
someObject.toString()
The most useful method which is available on all Java objects is toString().
Yup, of course JNIKit makes using it as simple as:
let someObject: JObject = ...
someObject.toString()