public interface

PreferenceFragment.OnPreferenceDisplayDialogCallback

 androidx.preference.PreferenceFragment.OnPreferenceDisplayDialogCallback

Subclasses:

LeanbackSettingsFragment

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(PreferenceFragment caller, Preference pref)

Methods

public boolean onPreferenceDisplayDialog(PreferenceFragment 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