Listener
A handle to a listener instance returned by one of the addListener methods of ObservableSettings, so it can be deactivated as needed.
In the CommonMapSettings implementation this simply wraps a lambda parameter which is being called whenever a mutating API is called. Unlike platform implementations, this listener will NOT be called if the underlying map is mutated by something other than the MapSettings instance that originally created the listener.
Properties
Functions
Link copied to clipboard
Unsubscribes this Listener from receiving updates to the value at the key it monitors. After calling this method you should no longer hold a reference to the listener.
Link copied to clipboard