MbmsDownloadSession.ListPendingDownloads メソッド

定義

このアプリケーションから送信された保留中 DownloadRequestの s の一覧を返します。

[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>

戻り値

リスト (空の場合あり)DownloadRequest

属性

注釈

このアプリケーションから送信された保留中 DownloadRequestの s の一覧を返します。 保留中の要求は を介して発行されたが、 を介して#download(DownloadRequest)#cancelDownload(DownloadRequest)取り消されなかった要求です。

の Java ドキュメント android.telephony.MbmsDownloadSession.listPendingDownloads()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象