Android.Webkit.WebView.DocumentHasImages Method
Queries the document to see if it contains any image references.

Syntax

[Android.Runtime.Register("documentHasImages", "(Landroid/os/Message;)V", "GetDocumentHasImages_Landroid_os_Message_Handler")]
public virtual void DocumentHasImages (Android.OS.Message response)

Parameters

response
the message that will be dispatched with the result

Remarks

Queries the document to see if it contains any image references. The message object will be dispatched with arg1 being set to 1 if images were found and 0 if the document does not reference any images.

[Android Documentation]

Requirements

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