Langue

Connection.PropertySelfManaged 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 que l’origine Connection provient d’un auto-géré ConnectionService.

[Android.Runtime.Register("PROPERTY_SELF_MANAGED", ApiSince=26)]
[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 PropertySelfManaged = 128;
[<Android.Runtime.Register("PROPERTY_SELF_MANAGED", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.", true)>]
val mutable PropertySelfManaged : Android.Telecom.ConnectionProperties

Valeur de champ

Value = 128
Attributs

Remarques

Défini par l’infrastructure pour indiquer que l’origine Connection provient d’un auto-géré ConnectionService.

Voir PhoneAccount#CAPABILITY_SELF_MANAGED.

Documentation Java pour android.telecom.Connection.PROPERTY_SELF_MANAGED.

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 à