MbmsGroupCallSession.StartGroupCall Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
Liste des SAIs pour l’appel de groupe qui doit être négocié séparément avec le transporteur.
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
.
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.