apla / me.apla.cordova.app-preferences

App preferences plugin for cordova
Apache License 2.0
201 stars 210 forks source link

All Preferences #107

Open ddeakes opened 7 years ago

ddeakes commented 7 years ago

Is there a way to pull through all preferences in one go? Maybe directly into an array or json object?

apla commented 7 years ago

No, this is not implemented.

swalesch commented 7 years ago

would be well enough if you can request an array of keys and get an array back (or a json), so you can implement your own getAll for your application, because you normally know all your keys