Call.Details.PropertyAssistedDialing Field

Definition

Caution

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

Indicates the call used Assisted Dialing.

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

Field Value

Value = 512
Attributes

Remarks

Indicates the call used Assisted Dialing.

Java documentation for android.telecom.Call.Details.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