SettingsBackendImpl
class SettingsBackendImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : SettingsBackend
The SettingsBackendImpl type represents a native instance of the abstract SettingsBackend class.
Constructors
Functions
Link copied to clipboard
open fun changedTree(tree: <Error class: unknown class>, originTag: <Error class: unknown class>? = null)
This call is a convenience wrapper. It gets the list of changes from
Link copied to clipboard
open fun keysChanged(path: String, items: List<String>, originTag: <Error class: unknown class>? = null)
Signals that a list of keys have possibly changed. Backend implementations should call this if keys have possibly changed their values.
Link copied to clipboard
Signals that all keys below a given path may have possibly changed. Backend implementations should call this if an entire path of keys have possibly changed their values.
Link copied to clipboard
Signals that the writability of all keys below a given path may have changed.
Link copied to clipboard
Signals that the writability of a single key has possibly changed.