OnPreferenceTreeClickListener

Interface definition for a callback to be invoked when a Preference in the hierarchy rooted at this PreferenceScreen is clicked.

Inheritors

Functions

Link copied to clipboard
abstract fun onPreferenceTreeClick(@NonNull preference: Preference): Boolean
Called when a preference in the tree rooted at this PreferenceScreen has been clicked.