WebView.RequestImageRef(Message) 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.
Requests the URL of the image last touched by the user.
[Android.Runtime.Register("requestImageRef", "(Landroid/os/Message;)V", "GetRequestImageRef_Landroid_os_Message_Handler")]
public virtual void RequestImageRef (Android.OS.Message msg);
[<Android.Runtime.Register("requestImageRef", "(Landroid/os/Message;)V", "GetRequestImageRef_Landroid_os_Message_Handler")>]
abstract member RequestImageRef : Android.OS.Message -> unit
override this.RequestImageRef : Android.OS.Message -> unit
Parameters
- msg
- Message
the message to be dispatched with the result of the request
as the data member with "url" as key. The result can be null
.
- Attributes
Remarks
Requests the URL of the image last touched by the user. msg will be sent to its target with a String representing the URL as its object.
Java documentation for android.webkit.WebView.requestImageRef(android.os.Message)
.
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.