UNPKG

cordova-plugin-deasmartclip

Version:

No description

19 lines (13 loc) 424 B
function SmartClip() { } SmartClip.prototype.interstitial = function (successCallback, errorCallback, config) { cordova.exec(successCallback, errorCallback, "SmartClip", "interstitial", [ config ]); }; SmartClip.install = function () { if (!window.plugins) { window.plugins = {}; } window.plugins.smartclip = new SmartClip(); return window.plugins.smartclip; }; cordova.addConstructor(SmartClip.install);