Listener

interface Listener

Inheritors

Functions

Link copied to clipboard
abstract fun deactivate()

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
abstract fun onRemoveExpiredKeys()