stream_vserver
v0.0.2
Published
stream_vserver Description
Downloads
7
Maintainers
Readme
Hello World PhoneGap plugin
Work with PhoneGap 2.9.*
How To Use
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
window.stream-server.say(
function(result) {
alert("result = " + result);
},
function() {
alert("error");
}
);
}