Partager via


TelecomManager.IsIncomingCallPermitted(PhoneAccountHandle) Méthode

Définition

Détermine si Telecom autorise l’ajout d’un appel entrant via l’API #addNewIncomingCall(PhoneAccountHandle, Bundle) pour l’objet spécifié PhoneAccountHandle.

[Android.Runtime.Register("isIncomingCallPermitted", "(Landroid/telecom/PhoneAccountHandle;)Z", "GetIsIncomingCallPermitted_Landroid_telecom_PhoneAccountHandle_Handler", ApiSince=26)]
public virtual bool IsIncomingCallPermitted (Android.Telecom.PhoneAccountHandle? phoneAccountHandle);
[<Android.Runtime.Register("isIncomingCallPermitted", "(Landroid/telecom/PhoneAccountHandle;)Z", "GetIsIncomingCallPermitted_Landroid_telecom_PhoneAccountHandle_Handler", ApiSince=26)>]
abstract member IsIncomingCallPermitted : Android.Telecom.PhoneAccountHandle -> bool
override this.IsIncomingCallPermitted : Android.Telecom.PhoneAccountHandle -> bool

Paramètres

phoneAccountHandle
PhoneAccountHandle

L’appel PhoneAccountHandle sera ajouté.

Retours

true si les télécommunications autorisent l’ajout d’un appel entrant, false sinon.

Attributs

Remarques

Détermine si Telecom autorise l’ajout d’un appel entrant via l’API #addNewIncomingCall(PhoneAccountHandle, Bundle) pour l’objet spécifié PhoneAccountHandle.

Un ConnectionService peut ne pas ajouter d’appel pour le spécifié PhoneAccountHandle dans les situations suivantes : <ul<>liPhoneAccount> n’a pas de propriété PhoneAccount#CAPABILITY_SELF_MANAGED définie (c’est-à-dire qu’il s’agit d’une gestionConnectionService), et la limite d’appel active ou conservée a été atteinte.</li li><>Il existe un appel d’urgence en cours.</li></ul>

Documentation Java pour android.telecom.TelecomManager.isIncomingCallPermitted(android.telecom.PhoneAccountHandle).

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 à