OnPreferenceStartFragmentCallback
interfaceOnPreferenceStartFragmentCallback
| android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback |
Interface that PreferenceFragment's containing activity should implement to be able to process preference items that wish to switch to a new fragment.
Summary
| Public methods | |
|---|---|
| abstract Boolean |
onPreferenceStartFragment(caller: PreferenceFragment!, pref: Preference!)Called when the user has clicked on a Preference that has a fragment class name associated with it. |
Public methods
onPreferenceStartFragment
Added in API level 11
abstract funonPreferenceStartFragment(
caller: PreferenceFragment!,
pref: Preference!
): Boolean
Deprecated: Deprecated in Java.
Called when the user has clicked on a Preference that has a fragment class name associated with it. The implementation to should instantiate and switch to an instance of the given fragment.