IMbmsGroupCallSessionCallback.OnAvailableSaisUpdated Method

Definition

Indicates that the list of currently available SAIs has been updated.

[Android.Runtime.Register("onAvailableSaisUpdated", "(Ljava/util/List;Ljava/util/List;)V", "GetOnAvailableSaisUpdated_Ljava_util_List_Ljava_util_List_Handler:Android.Telephony.Mbms.IMbmsGroupCallSessionCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)]
public virtual void OnAvailableSaisUpdated (System.Collections.Generic.IList<Java.Lang.Integer> currentSais, System.Collections.Generic.IList<System.Collections.Generic.IList<Java.Lang.Integer>> availableSais);
[<Android.Runtime.Register("onAvailableSaisUpdated", "(Ljava/util/List;Ljava/util/List;)V", "GetOnAvailableSaisUpdated_Ljava_util_List_Ljava_util_List_Handler:Android.Telephony.Mbms.IMbmsGroupCallSessionCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)>]
abstract member OnAvailableSaisUpdated : System.Collections.Generic.IList<Java.Lang.Integer> * System.Collections.Generic.IList<System.Collections.Generic.IList<Java.Lang.Integer>> -> unit
override this.OnAvailableSaisUpdated : System.Collections.Generic.IList<Java.Lang.Integer> * System.Collections.Generic.IList<System.Collections.Generic.IList<Java.Lang.Integer>> -> unit

Parameters

currentSais
IList<Integer>

The available SAIs on the current cell.

availableSais
IList<IList<Integer>>

A list of lists of available SAIS in neighboring cells, where each list contains the available SAIs in an individual cell.

Attributes

Remarks

Indicates that the list of currently available SAIs has been updated. The app may use this information to filter the list of group calls when displaying available group calls to the user by matching the SAIs with a list of group calls separately negotiated with the carrier. The app may also report the aggregate list of SAIs to the group call application server so that a network entity can determine when, and where to activate the broadcast of particular group calls.

Java documentation for android.telephony.mbms.MbmsGroupCallSessionCallback.onAvailableSaisUpdated(java.util.List<java.lang.Integer>, java.util.List<java.util.List<java.lang.Integer>>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to