How to use the @ionic-native/core.cordova function in @ionic-native/core

To help you get started, we’ve selected a few @ionic-native/core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jpush / jmessage-phonegap-plugin / ionic / jmessage / index.js View on Github external
    JMessagePluginOriginal.prototype.isNoDisturbGlobal = function () { return cordova(this, "isNoDisturbGlobal", {}, arguments); };
    JMessagePluginOriginal.prototype.blockGroupMessage = function (params) { return cordova(this, "blockGroupMessage", {}, arguments); };
github jpush / jmessage-phonegap-plugin / ionic / jmessage / index.js View on Github external
    JMessagePluginOriginal.prototype.addReceiveGroupAdminApprovalListener = function (params) { return cordova(this, "addReceiveGroupAdminApprovalListener", { "sync": true, "platforms": ["iOS", "Android"] }, arguments); };
    JMessagePluginOriginal.prototype.removeReceiveGroupAdminApprovalListener = function (params) { return cordova(this, "removeReceiveGroupAdminApprovalListener", { "sync": true, "platforms": ["iOS", "Android"] }, arguments); };
github jpush / jmessage-phonegap-plugin / ionic / jmessage / index.js View on Github external
    JMessagePluginOriginal.prototype.updateMyPassword = function (params) { return cordova(this, "updateMyPassword", {}, arguments); };
    JMessagePluginOriginal.prototype.updateMyAvatar = function (params) { return cordova(this, "updateMyAvatar", {}, arguments); };
github jpush / jmessage-phonegap-plugin / ionic / jmessage / index.js View on Github external
    JMessagePluginOriginal.prototype.getBlacklist = function () { return cordova(this, "getBlacklist", {}, arguments); };
    JMessagePluginOriginal.prototype.setNoDisturb = function (params) { return cordova(this, "setNoDisturb", {}, arguments); };
github jpush / jmessage-phonegap-plugin / ionic / jmessage / index.js View on Github external
    JMessagePluginOriginal.prototype.updateGroupAvatar = function (params) { return cordova(this, "updateGroupAvatar", {}, arguments); };
    JMessagePluginOriginal.prototype.downloadThumbGroupAvatar = function (params) { return cordova(this, "downloadThumbGroupAvatar", {}, arguments); };
github jpush / jmessage-phonegap-plugin / ionic / jmessage / index.js View on Github external
    JMessagePluginOriginal.prototype.setConversationExtras = function (params) { return cordova(this, "setConversationExtras", {}, arguments); };
    JMessagePluginOriginal.prototype.sendTextMessage = function (params) { return cordova(this, "sendTextMessage", {}, arguments); };
github jpush / jpush-phonegap-plugin / ionic / jpush / index.js View on Github external
    JPushOriginal.prototype.setCustomPushNotificationBuilder = function () { return cordova(this, "setCustomPushNotificationBuilder", {}, arguments); };
    JPushOriginal.prototype.clearAllNotification = function () { return cordova(this, "clearAllNotification", {}, arguments); };
github jpush / jmessage-phonegap-plugin / ionic / jmessage / index.js View on Github external
    JMessagePluginOriginal.prototype.removeSyncOfflineMessageListener = function (params) { return cordova(this, "removeSyncOfflineMessageListener", { "sync": true, "platforms": ["iOS", "Android"] }, arguments); };
    JMessagePluginOriginal.prototype.addSyncRoamingMessageListener = function (params) { return cordova(this, "addSyncRoamingMessageListener", { "sync": true, "platforms": ["iOS", "Android"] }, arguments); };
github jpush / jmessage-phonegap-plugin / ionic / jmessage / index.js View on Github external
    JMessagePluginOriginal.prototype.getFriends = function () { return cordova(this, "getFriends", {}, arguments); };
    JMessagePluginOriginal.prototype.createGroup = function (params) { return cordova(this, "createGroup", {}, arguments); };
github jpush / jmessage-phonegap-plugin / ionic / jmessage / index.js View on Github external
    JMessagePluginOriginal.prototype.addGroupMembers = function (params) { return cordova(this, "addGroupMembers", {}, arguments); };
    JMessagePluginOriginal.prototype.removeGroupMembers = function (params) { return cordova(this, "removeGroupMembers", {}, arguments); };