CallAttributes.SupportsTransfer Field

Definition

Caution

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

The call can be completely transferred from one endpoint to another.

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

Field Value

Value = 8

Implements

Attributes

Remarks

The call can be completely transferred from one endpoint to another.

Java documentation for android.telecom.CallAttributes.SUPPORTS_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