ClipData.Item.Intent Property

Definition

Retrieve the raw Intent contained in this Item.

public virtual Android.Content.Intent Intent { [Android.Runtime.Register("getIntent", "()Landroid/content/Intent;", "GetGetIntentHandler")] get; }
[<get: Android.Runtime.Register("getIntent", "()Landroid/content/Intent;", "GetGetIntentHandler")>]
member this.Intent : Android.Content.Intent

Property Value

Attributes

Remarks

Retrieve the raw Intent contained in this Item.

Java documentation for android.content.ClipData.Item.getIntent().

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