Partager via


DownloadManager.GetUriForDownloadedFile(Int64) Méthode

Définition

Retourne l’ID Uri de fichier téléchargé donné, si le fichier est téléchargé avec succès.

[Android.Runtime.Register("getUriForDownloadedFile", "(J)Landroid/net/Uri;", "GetGetUriForDownloadedFile_JHandler")]
public virtual Android.Net.Uri? GetUriForDownloadedFile (long id);
[<Android.Runtime.Register("getUriForDownloadedFile", "(J)Landroid/net/Uri;", "GetGetUriForDownloadedFile_JHandler")>]
abstract member GetUriForDownloadedFile : int64 -> Android.Net.Uri
override this.GetUriForDownloadedFile : int64 -> Android.Net.Uri

Paramètres

id
Int64

ID du fichier téléchargé.

Retours

Uri

l’ID Uri de fichier téléchargé donné, si le téléchargement a réussi. Null sinon.

Attributs

Remarques

Retourne l’ID Uri de fichier téléchargé donné, si le fichier est téléchargé avec succès. Sinon, la valeur null est retournée.

Documentation Java pour android.app.DownloadManager.getUriForDownloadedFile(long).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à