GroupCall.UpdateGroupCall(IList<Integer>, IList<Integer>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Send an update to the middleware when the SAI (Service Area Identifier) list and frequency information of the group call has * changed.
[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
Parameters
- Attributes
Remarks
Send an update to the middleware when the SAI (Service Area Identifier) list and frequency information of the group call has * changed. Callers must obtain this information from the wireless carrier independently.
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.