OnPreferenceStartFragmentCallback
Interface that the fragment's containing activity should implement to be able to process preference items that wish to switch to a specified fragment.
Functions
Link copied to clipboard
abstract fun onPreferenceStartFragment(@NonNull caller: PreferenceFragment, @NonNull pref: Preference): Boolean
Called when the user has clicked on a Preference that has a fragment class name associated with it.