共用方式為


MbmsDownloadSession.RequestUpdateFileServices(IList<String>) 方法

定義

用來擷取目前正在公告之可用 android.telephony.mbms.FileServiceInfo之清單的檢查 API。

[Android.Runtime.Register("requestUpdateFileServices", "(Ljava/util/List;)V", "GetRequestUpdateFileServices_Ljava_util_List_Handler", ApiSince=28)]
public virtual void RequestUpdateFileServices (System.Collections.Generic.IList<string> classList);
[<Android.Runtime.Register("requestUpdateFileServices", "(Ljava/util/List;)V", "GetRequestUpdateFileServices_Ljava_util_List_Handler", ApiSince=28)>]
abstract member RequestUpdateFileServices : System.Collections.Generic.IList<string> -> unit
override this.RequestUpdateFileServices : System.Collections.Generic.IList<string> -> unit

參數

classList
IList<String>

應用程式想要接收 MbmsDownloadSessionCallback#onFileServicesUpdated(List) 回呼的服務類別清單。 後續對此方法的呼叫將會取代此服務類別清單(亦即中間件將不再傳送僅舊清單中的服務比對類別的更新)。 此清單中的值應該先與無線電信業者交涉,再使用此 API。

屬性

備註

用來擷取目前正在公告之可用 android.telephony.mbms.FileServiceInfo之清單的檢查 API。 結果會透過對的呼叫以異步方式傳回 MbmsDownloadSessionCallback#onFileServicesUpdated(List)

透過回呼的 MbmsDownloadSessionCallback#onError(int, String) 異步錯誤碼可能包含任何非串流使用案例專屬的錯誤。

可能會擲回 IllegalStateExceptionIllegalArgumentException

android.telephony.MbmsDownloadSession.requestUpdateFileServices(java.util.List<java.lang.String>)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於