AndroidJNI.NewObjectstatic function NewObject (clazz : IntPtr, methodID : IntPtr, args : jvalue[]) : IntPtrDescription Constructs a new Java object. The method ID indicates which constructor method to invoke. This ID must be obtained by calling GetMethodID() with |
