ClipData.Item.Builder.SetIntent(Intent) Method

Definition

Sets the Intent for the item to be constructed.

[Android.Runtime.Register("setIntent", "(Landroid/content/Intent;)Landroid/content/ClipData$Item$Builder;", "", ApiSince=35)]
public Android.Content.ClipData.Item.Builder SetIntent(Android.Content.Intent? intent);
[<Android.Runtime.Register("setIntent", "(Landroid/content/Intent;)Landroid/content/ClipData$Item$Builder;", "", ApiSince=35)>]
member this.SetIntent : Android.Content.Intent -> Android.Content.ClipData.Item.Builder

Parameters

intent
Intent

This value may be null .

Returns

This value cannot be null .

Attributes

Remarks

Sets the Intent for the item to be constructed.

Java documentation for android.content.ClipData.Item.Builder.setIntent(android.content.Intent).

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