UNPKG

cordova-plugin-pincheck

Version:

Checks whether the device has pin passcode setup on device

6 lines (4 loc) 150 B
var exec = require('cordova/exec'); exports.isPinSetup = function(success, error) { exec(success, error, "PinCheck", "isPinSetup", ["arg0"]); };