-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(application-settings): implemented allKeys method #6371
Conversation
Hey @surdu - Thanks for the PR! |
test |
@vakrilov Hey! My pleasure 😉 |
test |
Hi @surdu , Congratulations on being one of the winners in the {N} First-time contributors contest! You can claim your prize by contacting us at nativescriptwinners[at]progress.com not later than Nov 30th 2018 . Make sure you send us the following info: Best regards, |
O, wow! That's awesome! Thank you 😁 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
PR Checklist
What is the current behavior?
There is no way to get all key from application-settings.
What is the new behavior?
There is a method
.allKeys()
that returns all the keys from application-settings.Fixes #6210.