Language

Connection.CapabilityTransfer Field

Definition

Caution

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

Indicates that this Connection can be transferred to another number.

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

Field Value

Value = 134217728
Attributes

Remarks

Indicates that this Connection can be transferred to another number. Connection supports the confirmed and unconfirmed call transfer feature.

Android reference for android.telecom.Connection.CAPABILITY_TRANSFER.

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