Connection.PropertySelfManaged Campo

Definición

Precaución

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

Establézcalo en el marco para indicar que se Connection originó en un autoadministrado 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 de campo

Value = 128
Atributos

Comentarios

Establézcalo en el marco para indicar que se Connection originó en un autoadministrado ConnectionService.

Consulte PhoneAccount#CAPABILITY_SELF_MANAGED.

Java documentación para android.telecom.Connection.PROPERTY_SELF_MANAGED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a