다음을 통해 공유


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>

호출을 사용할 수 있는 새 SAI 목록입니다.

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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상