Hi
im creating construct plugin for Magnet Ad Service
when i use this code:
public void onReceive() {
PluginResult pr = new PluginResult(PluginResult.Status.OK, "onMagnetInterstitialAdReceived");
pr.setKeepCallback(true);
MagnetCordovaPlugin.callbackContextKeepCallback.sendPluginResult(pr);
}[/code:1awyr7fk]
it is return OK string
this is the cordova plugin i created:
[code:1awyr7fk]http://www.4shared.com/zip/M73Nj_Bmba/magnet-cordova-plugin.html[/code:1awyr7fk]