Most visited

Recently visited

PreferenceFragmentCompat.OnPreferenceDisplayDialogCallback

public static interface PreferenceFragmentCompat.OnPreferenceDisplayDialogCallback

android.support.v7.preference.PreferenceFragmentCompat.OnPreferenceDisplayDialogCallback


摘要(Summary)

公共方法(Public methods)

abstract boolean onPreferenceDisplayDialog(PreferenceFragmentCompat caller, Preference pref)

公共方法(Public methods)

onPreferenceDisplayDialog

boolean onPreferenceDisplayDialog (PreferenceFragmentCompat caller, 
                Preference pref)

参数(Parameters)
caller PreferenceFragmentCompat: The fragment containing the preference requesting the dialog.
pref Preference: The preference requesting the dialog.
返回(Returns)
boolean true if the dialog creation has been handled.

Hooray!