DownloadManager.ActionDownloadComplete Field

Definition

Broadcast intent action sent by the download manager when a download completes.

[Android.Runtime.Register("ACTION_DOWNLOAD_COMPLETE")]
public const string ActionDownloadComplete;
[<Android.Runtime.Register("ACTION_DOWNLOAD_COMPLETE")>]
val mutable ActionDownloadComplete : string

Field Value

Attributes

Remarks

Broadcast intent action sent by the download manager when a download completes.

Java documentation for android.app.DownloadManager.ACTION_DOWNLOAD_COMPLETE.

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