WebView.FindAllAsync(String) Method

Definition

Finds all instances of find on the page and highlights them, asynchronously.

[Android.Runtime.Register("findAllAsync", "(Ljava/lang/String;)V", "GetFindAllAsync_Ljava_lang_String_Handler")]
public virtual void FindAllAsync (string find);
[<Android.Runtime.Register("findAllAsync", "(Ljava/lang/String;)V", "GetFindAllAsync_Ljava_lang_String_Handler")>]
abstract member FindAllAsync : string -> unit
override this.FindAllAsync : string -> unit

Parameters

find
String

the string to find.

Attributes

Remarks

Finds all instances of find on the page and highlights them, asynchronously. Notifies any registered FindListener. Successive calls to this will cancel any pending searches.

Java documentation for android.webkit.WebView.findAllAsync(java.lang.String).

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

See also

  • <xref:Android.Webkit.WebView.SetFindListener(.IFindListener)>