Android.Webkit.WebView.FindAllAsync Method
Finds all instances of find on the page and highlights them, asynchronously.

Syntax

[Android.Runtime.Register("findAllAsync", "(Ljava/lang/String;)V", "GetFindAllAsync_Ljava_lang_String_Handler")]
public virtual void FindAllAsync (string find)

See Also

WebView.SetFindListener(.IFindListener)

Parameters

find
the string to find.

Remarks

Finds all instances of find on the page and highlights them, asynchronously. Notifies any registered NoType:android/webkit/WebView$FindListener;Href=../../../reference/android/webkit/WebView.FindListener.html. Successive calls to this will cancel any pending searches.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16