Language

Call.Details.CapabilityTransferConsultative 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 ongoing call.

[Android.Runtime.Register("CAPABILITY_TRANSFER_CONSULTATIVE", 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 CapabilityTransferConsultative = 134217728;
[<Android.Runtime.Register("CAPABILITY_TRANSFER_CONSULTATIVE", 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 CapabilityTransferConsultative : Android.Telecom.CallCapability

Field Value

Value = 134217728
Attributes

Applies to