MbmsDownloadSession.ListPendingDownloads Method
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.
Returns a list of pending DownloadRequest
s 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 DownloadRequest
s
- Attributes
Remarks
Returns a list of pending DownloadRequest
s 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.