Notification.ProjectedExtender.ContentIntent 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.
Returns the PendingIntent to be fired when the notification is tapped on the Projected device.
public Android.App.PendingIntent? ContentIntent { [Android.Runtime.Register("getContentIntent", "()Landroid/app/PendingIntent;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getContentIntent", "()Landroid/app/PendingIntent;", "", ApiSince=37)>]
member this.ContentIntent : Android.App.PendingIntent
Property Value
the PendingIntent to fire on tap, or null if not set
- Attributes
Remarks
Returns the PendingIntent to be fired when the notification is tapped on the Projected device.
Android reference for android.app.Notification.ProjectedExtender.getContentIntent.
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.