public interface

PreferenceFragment.OnPreferenceStartScreenCallback

 androidx.preference.PreferenceFragment.OnPreferenceStartScreenCallback

Subclasses:

LeanbackSettingsFragment

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(PreferenceFragment 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(PreferenceFragment 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