public interface

PreferenceFragmentCompat.OnPreferenceStartScreenCallback

 androidx.preference.PreferenceFragmentCompat.OnPreferenceStartScreenCallback

Subclasses:

LeanbackSettingsFragmentCompat

Overview

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.

Summary

Methods
public booleanonPreferenceStartScreen(PreferenceFragmentCompat caller, PreferenceScreen pref)

Called when the user has clicked on a PreferenceScreen in order to navigate to a new screen of preferences.

Methods

public boolean onPreferenceStartScreen(PreferenceFragmentCompat caller, PreferenceScreen pref)

Called when the user has clicked on a PreferenceScreen in order to navigate to a new screen of preferences.

Parameters:

caller: The fragment requesting navigation
pref: The preference screen to navigate to

Returns:

true if the screen navigation has been handled