- 浏览: 1760 次
最新评论
文章列表
如题,phonegap中的cordova中的NativeToJsMessageQueue是怎样实现js和native的通信,希望对此了解的大神们帮忙解答,谢谢!
/**
* Receives a request for execution and fulfills it by finding the appropriate
* Java class and calling it's execute method.
*
* PluginManager.exec can be used either synchronously or async. In either case, a JSON encoded
* string is returned that will indicate if ...