Android.App.DownloadManager.OpenDownloadedFile Method
Open a downloaded file for reading.

Syntax

[Android.Runtime.Register("openDownloadedFile", "(J)Landroid/os/ParcelFileDescriptor;", "GetOpenDownloadedFile_JHandler")]
public virtual Android.OS.ParcelFileDescriptor OpenDownloadedFile (long id)

Parameters

id
the ID of the download

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.FileNotFoundExceptionif the destination file does not already exist

Remarks

Open a downloaded file for reading. The download must have completed.

[Android Documentation]

Requirements

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