Filter.PublishResults Method

Definition

Overloads

PublishResults(ICharSequence, Filter+FilterResults)

Invoked in the UI thread to publish the filtering results in the user interface.

PublishResults(String, Filter+FilterResults)

Invoked in the UI thread to publish the filtering results in the user interface.

PublishResults(ICharSequence, Filter+FilterResults)

Invoked in the UI thread to publish the filtering results in the user interface.

[Android.Runtime.Register("publishResults", "(Ljava/lang/CharSequence;Landroid/widget/Filter$FilterResults;)V", "GetPublishResults_Ljava_lang_CharSequence_Landroid_widget_Filter_FilterResults_Handler")]
protected abstract void PublishResults (Java.Lang.ICharSequence? constraint, Android.Widget.Filter.FilterResults? results);
[<Android.Runtime.Register("publishResults", "(Ljava/lang/CharSequence;Landroid/widget/Filter$FilterResults;)V", "GetPublishResults_Ljava_lang_CharSequence_Landroid_widget_Filter_FilterResults_Handler")>]
abstract member PublishResults : Java.Lang.ICharSequence * Android.Widget.Filter.FilterResults -> unit

Parameters

constraint
ICharSequence

the constraint used to filter the data

results
Filter.FilterResults

the results of the filtering operation

Attributes

Remarks

Java documentation for android.widget.Filter.publishResults(java.lang.CharSequence, android.widget.FilterResults).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

See also

Applies to

PublishResults(String, Filter+FilterResults)

Invoked in the UI thread to publish the filtering results in the user interface.

protected void PublishResults (string? constraint, Android.Widget.Filter.FilterResults? results);
member this.PublishResults : string * Android.Widget.Filter.FilterResults -> unit

Parameters

constraint
String

the constraint used to filter the data

results
Filter.FilterResults

the results of the filtering operation

Remarks

Java documentation for android.widget.Filter.publishResults(java.lang.CharSequence, android.widget.FilterResults).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to