Android.App.DownloadManager.ExtraNotificationClickDownloadIds Field
When clicks on multiple notifications are received, the following provides an array of download ids corresponding to the download notification that was clicked.

Syntax

[Android.Runtime.Register("EXTRA_NOTIFICATION_CLICK_DOWNLOAD_IDS")]
public const string ExtraNotificationClickDownloadIds

Remarks

When clicks on multiple notifications are received, the following provides an array of download ids corresponding to the download notification that was clicked. It can be retrieved by the receiver of this Intent using Android.Content.Intent.GetLongArrayExtra(string).

[Android Documentation]

Requirements

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