Connection.PropertyAssistedDialing 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 una conexión usa marcado asistido.

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

Valor de campo

Value = 512
Atributos

Comentarios

Establézcalo en el marco para indicar que una conexión usa marcado asistido.

Esto se usa para las llamadas salientes.

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

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