Compartir a través de


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

Definición

Envíe una actualización al middleware cuando haya cambiado la lista de SAI (identificador de área de servicio) y la información de frecuencia de la llamada de grupo.

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

Nueva lista de SAIs en las que está disponible la llamada.

frequencyList
IList<Integer>

Nueva lista de frecuencias en las que está disponible la llamada.

Atributos

Comentarios

Envíe una actualización al middleware cuando haya cambiado la lista de SAI (identificador de área de servicio) y la información de frecuencia de la llamada de grupo. Los autores de llamadas deben obtener esta información del operador inalámbrico de forma independiente.

Documentación de Java para android.telephony.mbms.GroupCall.updateGroupCall(java.util.List<java.lang.Integer>, java.util.List<java.lang.Integer>).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a