Partager via


MbmsGroupCallSession.StartGroupCall Méthode

Définition

Démarre l’appel de groupe demandé, en signalant l’état au rappel indiqué.

[Android.Runtime.Register("startGroupCall", "(JLjava/util/List;Ljava/util/List;Ljava/util/concurrent/Executor;Landroid/telephony/mbms/GroupCallCallback;)Landroid/telephony/mbms/GroupCall;", "GetStartGroupCall_JLjava_util_List_Ljava_util_List_Ljava_util_concurrent_Executor_Landroid_telephony_mbms_GroupCallCallback_Handler", ApiSince=29)]
public virtual Android.Telephony.Mbms.GroupCall? StartGroupCall (long tmgi, System.Collections.Generic.IList<Java.Lang.Integer> saiList, System.Collections.Generic.IList<Java.Lang.Integer> frequencyList, Java.Util.Concurrent.IExecutor executor, Android.Telephony.Mbms.IGroupCallCallback callback);
[<Android.Runtime.Register("startGroupCall", "(JLjava/util/List;Ljava/util/List;Ljava/util/concurrent/Executor;Landroid/telephony/mbms/GroupCallCallback;)Landroid/telephony/mbms/GroupCall;", "GetStartGroupCall_JLjava_util_List_Ljava_util_List_Ljava_util_concurrent_Executor_Landroid_telephony_mbms_GroupCallCallback_Handler", ApiSince=29)>]
abstract member StartGroupCall : int64 * System.Collections.Generic.IList<Java.Lang.Integer> * System.Collections.Generic.IList<Java.Lang.Integer> * Java.Util.Concurrent.IExecutor * Android.Telephony.Mbms.IGroupCallCallback -> Android.Telephony.Mbms.GroupCall
override this.StartGroupCall : int64 * System.Collections.Generic.IList<Java.Lang.Integer> * System.Collections.Generic.IList<Java.Lang.Integer> * Java.Util.Concurrent.IExecutor * Android.Telephony.Mbms.IGroupCallCallback -> Android.Telephony.Mbms.GroupCall

Paramètres

tmgi
Int64

TMGI, identificateur de l’appel de groupe que vous souhaitez joindre.

saiList
IList<Integer>

Liste des SAIs pour l’appel de groupe qui doit être négocié séparément avec le transporteur.

frequencyList
IList<Integer>

Perte de fréquences pour l’appel de groupe qui doit être négocié séparément avec le transporteur.

executor
IExecutor

Exécuteur sur lequel vous souhaitez exécuter des rappels pour ce flux.

callback
IGroupCallCallback

Rappel sur lequel vous souhaitez recevoir des informations sur l’appel.

Retours

Instance de contrôle de GroupCall l’appel. Peut être null si une erreur s’est produite.

Attributs

Remarques

Démarre l’appel de groupe demandé, en signalant l’état au rappel indiqué. Retourne un objet utilisé pour contrôler cet appel.

Peut lever un IllegalArgumentException ou un IllegalStateException

Les erreurs asynchrones par le biais du rappel incluent l’une des erreurs dans MbmsErrors.GeneralErrors.

Documentation Java pour android.telephony.MbmsGroupCallSession.startGroupCall(long, java.util.List<java.lang.Integer>, java.util.List<java.lang.Integer>, java.util.concurrent.Executor, android.telephony.mbms.GroupCallCallback).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à