Android APIs
public static interface

PreferenceFragmentCompat.OnPreferenceStartScreenCallback

android.support.v7.preference.PreferenceFragmentCompat.OnPreferenceStartScreenCallback

Class Overview

Interface that PreferenceFragment's containing activity should implement to be able to process preference items that wish to switch to a new screen of preferences.

Summary

Public Methods
abstract boolean onPreferenceStartScreen(PreferenceFragmentCompat caller, PreferenceScreen pref)
Called when the user has clicked on a PreferenceScreen item in order to navigate to a new screen of preferences.

Public Methods

public abstract boolean onPreferenceStartScreen (PreferenceFragmentCompat caller, PreferenceScreen pref)

Called when the user has clicked on a PreferenceScreen item 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