added in version 24.1.0
  
    
belongs to Maven artifact com.android.support:preference-v7:28.0.0-alpha1
belongs to Maven artifact com.android.support:preference-v7:28.0.0-alpha1
Summary:
  Methods
  
| [Expand All]
PreferenceFragment.OnPreferenceStartScreenCallback
  public
  static
  
  
  interface
  PreferenceFragment.OnPreferenceStartScreenCallback
  
  
  
| android.support.v14.preference.PreferenceFragment.OnPreferenceStartScreenCallback | 
|  Known Indirect Subclasses | 
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
onPreferenceStartScreen
    added in version 24.1.0
      
  
    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 | PreferenceFragment: The fragment requesting navigation. | 
| pref | PreferenceScreen: The preference screen to navigate to. | 
| Returns | |
|---|---|
| boolean | true if the screen navigation has been handled | 
- Interfaces
- Classes
