Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[app-preferences] suite not working #1321

Closed
ThomasKientz opened this issue Apr 4, 2017 · 0 comments
Closed

[app-preferences] suite not working #1321

ThomasKientz opened this issue Apr 4, 2017 · 0 comments

Comments

@ThomasKientz
Copy link

I used to use the suite method with this plugin like that :

let prefs = plugins.appPreferences.suite("group.settings.boomerang")
prefs.store (...)

I haven't succeed to use the suite with the wrapper, I have tried :

  • in the constructor, with no success
constructor(
    private appPreferences: AppPreferences
  ) {
    appPreferences.suite("mySuite") //same with iosSuite
}
  • or like this but i got a type error : "property fetch doesn't exist on type Object"
let prefs = this.appPreferences.suite("mySuite") //same with iosSuite
prefs.fetch(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant