public static interface PreferenceFragmentCompat.OnPreferenceStartFragmentCallback
Modifier and Type | Method and Description |
---|---|
boolean |
onPreferenceStartFragment(PreferenceFragmentCompat caller,
Preference pref)
Called when the user has clicked on a Preference that has
a fragment class name associated with it.
|
boolean onPreferenceStartFragment(PreferenceFragmentCompat caller, Preference pref)
caller
- The fragment requesting navigation.pref
- The preference requesting the fragment.