AutoCompleteTextView.RefreshAutoCompleteResults Method

Definition

Refreshes the auto complete results.

[Android.Runtime.Register("refreshAutoCompleteResults", "()V", "", ApiSince=29)]
public void RefreshAutoCompleteResults ();
[<Android.Runtime.Register("refreshAutoCompleteResults", "()V", "", ApiSince=29)>]
member this.RefreshAutoCompleteResults : unit -> unit
Attributes

Remarks

Refreshes the auto complete results. You usually shouldn't have to manually refresh the AutoCompleteResults as this is done automatically whenever the text changes. However if the results are not available and have to be fetched, you can call this function after fetching the results.

Java documentation for android.widget.AutoCompleteTextView.refreshAutoCompleteResults().

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