共用方式為


GroupCall.UpdateGroupCall(IList<Integer>, IList<Integer>) 方法

定義

當群組呼叫的 SAI (服務區域識別子) 清單和頻率資訊已變更時,傳送更新至中間件。

[Android.Runtime.Register("updateGroupCall", "(Ljava/util/List;Ljava/util/List;)V", "GetUpdateGroupCall_Ljava_util_List_Ljava_util_List_Handler", ApiSince=29)]
public virtual void UpdateGroupCall (System.Collections.Generic.IList<Java.Lang.Integer> saiList, System.Collections.Generic.IList<Java.Lang.Integer> frequencyList);
[<Android.Runtime.Register("updateGroupCall", "(Ljava/util/List;Ljava/util/List;)V", "GetUpdateGroupCall_Ljava_util_List_Ljava_util_List_Handler", ApiSince=29)>]
abstract member UpdateGroupCall : System.Collections.Generic.IList<Java.Lang.Integer> * System.Collections.Generic.IList<Java.Lang.Integer> -> unit
override this.UpdateGroupCall : System.Collections.Generic.IList<Java.Lang.Integer> * System.Collections.Generic.IList<Java.Lang.Integer> -> unit

參數

saiList
IList<Integer>

呼叫可用的新 SA 清單。

frequencyList
IList<Integer>

呼叫可用的新頻率清單。

屬性

備註

當群組呼叫的 SAI (服務區域識別子) 清單和頻率資訊已變更時,傳送更新至中間件。 呼叫端必須獨立地從無線電信業者取得此資訊。

android.telephony.mbms.GroupCall.updateGroupCall(java.util.List<java.lang.Integer>, java.util.List<java.lang.Integer>)Java 檔。

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

適用於