言語

Notification.ProjectedExtender.ContentIntent Property

Definition

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.

Applies to