OnPreferenceStartFragmentCallback
interface 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.
Summary
Public methods
|
abstract Boolean |
Called when the user has clicked on a preference that has a fragment class name associated with it.
|
Public methods
onPreferenceStartFragment
abstract fun onPreferenceStartFragment(caller: PreferenceFragmentCompat!, pref: Preference!): Boolean
Called when the user has clicked on a preference that has a fragment class name associated with it. The implementation should instantiate and switch to an instance of the given fragment.
Return |
Boolean: true if the fragment creation has been handled |