public static interface PreferenceFragmentCompat.OnPreferenceDisplayDialogCallback
Modifier and Type | Method and Description |
---|---|
boolean |
onPreferenceDisplayDialog(PreferenceFragmentCompat caller,
Preference pref) |
boolean onPreferenceDisplayDialog(PreferenceFragmentCompat caller, Preference pref)
caller
- The fragment containing the preference requesting the dialog.pref
- The preference requesting the dialog.