UNPKG

pushwoosh-cordova-plugin

Version:

This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).

13 lines (10 loc) 298 B
var exec = window.cordova.exec; var SecondWebView = { open: function(success, error) { exec(success, error, "SecondWebView", "open", []); }, close: function(success, error) { exec(success, error, "SecondWebView", "close", []); } }; module.exports = SecondWebView;