Partager via


Connection.PropertyIsRtt Champ

Définition

Attention

This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.

Défini par l’infrastructure pour indiquer qu’une connexion a une session RTT active associée.

[Android.Runtime.Register("PROPERTY_IS_RTT", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.", true)]
public const Android.Telecom.ConnectionProperties PropertyIsRtt = 256;
[<Android.Runtime.Register("PROPERTY_IS_RTT", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.", true)>]
val mutable PropertyIsRtt : Android.Telecom.ConnectionProperties

Valeur de champ

Value = 256
Attributs

Remarques

Défini par l’infrastructure pour indiquer qu’une connexion a une session RTT active associée.

Documentation Java pour android.telecom.Connection.PROPERTY_IS_RTT.

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 à