How to use the @ionic-native/core.cordovaPropertyGet 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
        get: function () { return cordovaPropertyGet(this, "ChatRoom"); },
        set: function (value) { cordovaPropertySet(this, "ChatRoom", value); },