DownloadManager.ExtraNotificationClickDownloadIds Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When clicks on multiple notifications are received, the following provides an array of download ids corresponding to the download notification that was clicked.
[Android.Runtime.Register("EXTRA_NOTIFICATION_CLICK_DOWNLOAD_IDS")]
public const string ExtraNotificationClickDownloadIds;
[<Android.Runtime.Register("EXTRA_NOTIFICATION_CLICK_DOWNLOAD_IDS")>]
val mutable ExtraNotificationClickDownloadIds : string
Field Value
- Attributes
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)
.
Java documentation for android.app.DownloadManager.EXTRA_NOTIFICATION_CLICK_DOWNLOAD_IDS
.
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.