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

automatic key name #11

Open
duz17 opened this issue Feb 25, 2020 · 0 comments
Open

automatic key name #11

duz17 opened this issue Feb 25, 2020 · 0 comments

Comments

@duz17
Copy link

duz17 commented Feb 25, 2020

what is the key string that created automatically for declaring new preference (without specifying it)?
var useTestAutoCapture: Boolean by bindToPreferenceField(false)

I know I could put it like this and have it:
var useTestAutoCapture: Boolean by bindToPreferenceField(false, "useTestAutoCapture")

but let's say I didn't, released a version and need to know this string (to use in preferences activity for example)

I couldn't find the answer for it, even on debug

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