Compartilhar via


GroupCall.UpdateGroupCall(IList<Integer>, IList<Integer>) Método

Definição

Envie uma atualização para o middleware quando a lista SAI (Service Area Identifier) e as informações de frequência da chamada de grupo tiverem * alterado.

[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

Parâmetros

saiList
IList<Integer>

Nova lista de ISCs em que a chamada está disponível.

frequencyList
IList<Integer>

Nova lista de frequências em que a chamada está disponível.

Atributos

Comentários

Envie uma atualização para o middleware quando a lista SAI (Service Area Identifier) e as informações de frequência da chamada de grupo tiverem * alterado. Os chamadores devem obter essas informações da operadora sem fio de forma independente.

Documentação Java para android.telephony.mbms.GroupCall.updateGroupCall(java.util.List<java.lang.Integer>, java.util.List<java.lang.Integer>).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a