OnPreferenceStartScreenCallback
Interface that the fragment's containing activity should implement to be able to process preference items that wish to switch to a new screen of preferences.
Functions
Link copied to clipboard
abstract fun onPreferenceStartScreen(@NonNull caller: PreferenceFragmentCompat, @NonNull pref: PreferenceScreen): Boolean
Called when the user has clicked on a PreferenceScreen in order to navigate to a new screen of preferences.