Han.fu

Results 2 issues of Han.fu

Java.choose("com.roysue.demo02.MainActivity" , { onMatch : function(instance){ //该类有多少个实例,该回调就会被触发多少次 console.log("Found instance: "+instance); console.log("Result of secret func: " + instance.secret()); }, onComplete:function(){} }); I use the demo.js and it return fail: ![Uploading image.png…]()...

# collection=client.collections.create( # { # "name": uuid4().hex, # "type": "base", # "schema": schema # } # ) but schema is not effect