mirror of
https://github.com/sdkcarlos/cordova-ourcodeworld-preventscreenshots.git
synced 2025-01-18 21:12:50 +08:00
Fix
This commit is contained in:
parent
fac3e09a49
commit
349402e35c
@ -6,13 +6,13 @@ module.exports = {
|
||||
console.info(data);
|
||||
}, function(err){
|
||||
console.error(err);
|
||||
}, "OurCodeWorldpreventscreenshots", "enable", [_settings]);
|
||||
}, "OurCodeWorldpreventscreenshots", "enable", []);
|
||||
},
|
||||
disableScreenshots: function(){
|
||||
cordova.exec(function(data){
|
||||
console.info(data);
|
||||
}, function(err){
|
||||
console.error(err);
|
||||
}, "OurCodeWorldpreventscreenshots", "disable", [_settings]);
|
||||
}, "OurCodeWorldpreventscreenshots", "disable", []);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user