MbmsDownloadSession.ListPendingDownloads Method

Definition

Returns a list of pending DownloadRequests that originated from this application.

[Android.Runtime.Register("listPendingDownloads", "()Ljava/util/List;", "GetListPendingDownloadsHandler", ApiSince=28)]
public virtual System.Collections.Generic.IList<Android.Telephony.Mbms.DownloadRequest> ListPendingDownloads ();
[<Android.Runtime.Register("listPendingDownloads", "()Ljava/util/List;", "GetListPendingDownloadsHandler", ApiSince=28)>]
abstract member ListPendingDownloads : unit -> System.Collections.Generic.IList<Android.Telephony.Mbms.DownloadRequest>
override this.ListPendingDownloads : unit -> System.Collections.Generic.IList<Android.Telephony.Mbms.DownloadRequest>

Returns

A list, possibly empty, of DownloadRequests

Attributes

Remarks

Returns a list of pending DownloadRequests that originated from this application. A pending request is one that was issued via #download(DownloadRequest) but not cancelled through #cancelDownload(DownloadRequest).

Java documentation for android.telephony.MbmsDownloadSession.listPendingDownloads().

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