ClipData.Item.Builder.SetUri(Uri) Method

Definition

Sets the URI for the item to be constructed.

[Android.Runtime.Register("setUri", "(Landroid/net/Uri;)Landroid/content/ClipData$Item$Builder;", "", ApiSince=35)]
public Android.Content.ClipData.Item.Builder SetUri(Android.Net.Uri? uri);
[<Android.Runtime.Register("setUri", "(Landroid/net/Uri;)Landroid/content/ClipData$Item$Builder;", "", ApiSince=35)>]
member this.SetUri : Android.Net.Uri -> Android.Content.ClipData.Item.Builder

Parameters

uri
Uri

This value may be null .

Returns

This value cannot be null .

Attributes

Remarks

Sets the URI for the item to be constructed.

Java documentation for android.content.ClipData.Item.Builder.setUri(android.net.Uri).

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.

Applies to