Language

Call.Details.CapabilityTransfer Field

Definition

Caution

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

When set for a call, indicates that this Call 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.CallCapability enum directly instead of this field.", true)]
public const Android.Telecom.CallCapability CapabilityTransfer = 67108864;
[<Android.Runtime.Register("CAPABILITY_TRANSFER", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallCapability enum directly instead of this field.", true)>]
val mutable CapabilityTransfer : Android.Telecom.CallCapability

Field Value

Value = 67108864
Attributes

Applies to