AutoCompleteTextView.RefreshAutoCompleteResults Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.