Partager via


TelecomManager.MetadataIncludeSelfManagedCalls Champ

Définition

Valeur de méta-données booléenne indiquant si un InCallService message doit être informé des appels qui ont la Call.Details#PROPERTY_SELF_MANAGED propriété.

[Android.Runtime.Register("METADATA_INCLUDE_SELF_MANAGED_CALLS", ApiSince=26)]
public const string MetadataIncludeSelfManagedCalls;
[<Android.Runtime.Register("METADATA_INCLUDE_SELF_MANAGED_CALLS", ApiSince=26)>]
val mutable MetadataIncludeSelfManagedCalls : string

Valeur de champ

Attributs

Remarques

Valeur de méta-données booléenne indiquant si un InCallService message doit être informé des appels qui ont la Call.Details#PROPERTY_SELF_MANAGED propriété. Un appel auto-géré est un appel autogéré qui provient d’un auto-géré ConnectionService qui a choisi d’implémenter son propre interface utilisateur d’appel. Une InCallService implémentation qui souhaite être informée des appels externes doit définir ces méta-données true dans l’inscription du manifeste de leur InCallService. Par défaut, il InCallService n’est pas informé des appels autogérés.

Un InCallService qui reçoit des appels autogérés est libre d’afficher et de contrôler l’état des appels dans l’auto-géré ConnectionService. Un exemple de cas d’utilisation expose ces appels à un appareil automobile via son application complémentaire.

Voir aussi Connection#PROPERTY_SELF_MANAGED.

Documentation Java pour android.telecom.TelecomManager.METADATA_INCLUDE_SELF_MANAGED_CALLS.

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 à