Android.Widget.RemoteViews.SetImageViewUri Method
Equivalent to calling ImageView.setImageURI

Syntax

[Android.Runtime.Register("setImageViewUri", "(ILandroid/net/Uri;)V", "GetSetImageViewUri_ILandroid_net_Uri_Handler")]
public virtual void SetImageViewUri (int viewId, Android.Net.Uri uri)

Parameters

viewId
The id of the view whose drawable should change
uri
The Uri for the image

Remarks

Equivalent to calling ImageView.setImageURI

[Android Documentation]

Requirements

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