Most of the time, I create Java objects using AndroidJavaObject class but sometimes I also use AndroidJNI.New*() methods.
But there's a problem when I need to pass an IntPtr of an object created by AndroidJNI.New*() to my AndroidJavaObjects' Call() methods.
If there's a way to convert an IntPtr to an AndroidJavaObject object, please let me know.
But there's a problem when I need to pass an IntPtr of an object created by AndroidJNI.New*() to my AndroidJavaObjects' Call() methods.
If there's a way to convert an IntPtr to an AndroidJavaObject object, please let me know.