Skip to content

Instantly share code, notes, and snippets.

@imgly-gists
Created June 7, 2017 12:46
Show Gist options
  • Save imgly-gists/d215ef9fd63c71d485a76a5b7ca43a99 to your computer and use it in GitHub Desktop.
Save imgly-gists/d215ef9fd63c71d485a76a5b7ca43a99 to your computer and use it in GitHub Desktop.
var PESDK = {
present: function(success, failure, options) {
cordova.exec(success, failure, "PESDK", "present", [options]);
}
};
module.exports = PESDK;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment