PendingIntent.IntentSender Property

Definition

Retrieve a IntentSender object that wraps the existing sender of the PendingIntent

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

Property Value

Returns a IntentSender object that wraps the sender of PendingIntent

Attributes

Remarks

Retrieve a IntentSender object that wraps the existing sender of the PendingIntent

Java documentation for android.app.PendingIntent.getIntentSender().

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