PendingIntent.IntentSender Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.