Connection.PropertyAssistedDialing Field

Definition

Caution

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

Set by the framework to indicate that a connection is using assisted dialing.

[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

Field Value

Value = 512
Attributes

Remarks

Set by the framework to indicate that a connection is using assisted dialing.

This is used for outgoing calls.

Java documentation for android.telecom.Connection.PROPERTY_ASSISTED_DIALING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to