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.
Syntax
[Android.Runtime.Register("requestImageRef", "(Landroid/os/Message;)V", "GetRequestImageRef_Landroid_os_Message_Handler")]
public virtual
void RequestImageRef (
Android.OS.Message msg)
Parameters
- msg
- the message to be dispatched with the result of the request
as the data member with "url" as key. The result can be null.
Remarks
Requirements
Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1