Android.App.Notification.DeleteIntent Property
The intent to execute when the notification is explicitly dismissed by the user, either with the "Clear All" button or by swiping it away individually.

Syntax

[Android.Runtime.Register("deleteIntent")]
public PendingIntent DeleteIntent { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The intent to execute when the notification is explicitly dismissed by the user, either with the "Clear All" button or by swiping it away individually. This probably shouldn't be launching an activity since several of those will be sent at the same time.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1