UNPKG

cordova-plugin-privacyscreen-storyboard

Version:

Secures your app from displaying a screenshot in task switchers under Android and iOS. Keeps sensitive information private.

9 lines (7 loc) 215 B
//var exec = require('cordova/exec'); /** * Not sure this will even have a JS API */ //exports.activate = function(arg, success, error) { //exec(success, error, "PrivacyScreenPlugin", "activate", [arg]); //};