SharedSettingsObserver

Functional interface for observing changes in shared settings.

Implementations of this interface will be notified whenever a setting changes, providing the key, old value, and new value.

Functions

Link copied to clipboard
abstract fun onSettingsChanged(key: String, oldValue: SharedValue?, newValue: SharedValue?)

Called when a setting changes.