Language

Notification.WearableExtender.DisplayIntent Property

Definition

This method was deprecated in API level 29.

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

This method was deprecated in API level 29. Display intents are no longer supported.

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

Android reference 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