Notification.WearableExtender.DisplayIntent Property

Definition

Get the intent to launch inside of an activity view when displaying this notification.

public Android.App.PendingIntent? DisplayIntent { [Android.Runtime.Register("getDisplayIntent", "()Landroid/app/PendingIntent;", "")] get; }
[<get: Android.Runtime.Register("getDisplayIntent", "()Landroid/app/PendingIntent;", "")>]
member this.DisplayIntent : Android.App.PendingIntent

Property Value

Attributes

Remarks

Get the intent to launch inside of an activity view when displaying this notification. This PendingIntent should be for an activity.

This member is deprecated. Display intents are no longer supported.

Java documentation for android.app.Notification.WearableExtender.getDisplayIntent().

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