You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I commit multiple preference keys at once. On the receiving listener end in another process, I sometimes need to receive the changes for all of these keys before acting on them. It would be really helpful if the sharedPreferenceChangeListeners would fire with a list of preference keys that were changed, if there were multiple, instead of one at a time.
P.S. Thank you for this library. If this is not a good place to request new features, please let me know!
The text was updated successfully, but these errors were encountered:
This is a feasible feature with the given the current SharedPreference implementation. It's just a matter of creating a new implementation of the OnSharedPreferenceChangeListener, and letting Harmony handle that class type appropriately. I've actually done something similar in this commit (3da2fdb). I am already planning on doing some updates to this library, and will add this to the list of things I'd like to modify.
Sometimes I commit multiple preference keys at once. On the receiving listener end in another process, I sometimes need to receive the changes for all of these keys before acting on them. It would be really helpful if the sharedPreferenceChangeListeners would fire with a list of preference keys that were changed, if there were multiple, instead of one at a time.
P.S. Thank you for this library. If this is not a good place to request new features, please let me know!
The text was updated successfully, but these errors were encountered: