Android APIs
public static interface

PreferenceFragment.OnPreferenceStartScreenCallback

android.support.v14.preference.PreferenceFragment.OnPreferenceStartScreenCallback
Known Indirect Subclasses

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