public interface

PreferenceFragmentCompat.OnPreferenceDisplayDialogCallback

 androidx.preference.PreferenceFragmentCompat.OnPreferenceDisplayDialogCallback

Subclasses:

LeanbackSettingsFragmentCompat

Overview

Interface that the fragment's containing activity should implement to be able to process preference items that wish to display a dialog.

Summary

Methods
public booleanonPreferenceDisplayDialog(PreferenceFragmentCompat caller, Preference pref)

Methods

public boolean onPreferenceDisplayDialog(PreferenceFragmentCompat caller, Preference pref)

Parameters:

caller: The fragment containing the preference requesting the dialog
pref: The preference requesting the dialog

Returns:

true if the dialog creation has been handled