Connection.PropertySelfManaged Campo

Definição

Cuidado

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

Definido pela estrutura para indicar que o Connection originou de um autogerenciado 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

Valor do campo

Value = 128
Atributos

Comentários

Definido pela estrutura para indicar que o Connection originou de um autogerenciado ConnectionService.

Consulte PhoneAccount#CAPABILITY_SELF_MANAGED.

Java documentação para android.telecom.Connection.PROPERTY_SELF_MANAGED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a