Connection.CapabilityTransferConsultative Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 perform a consultative transfer to another
ongoing Connection that also has this capability.
[Android.Runtime.Register("CAPABILITY_TRANSFER_CONSULTATIVE", 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 CapabilityTransferConsultative = 268435456;
[<Android.Runtime.Register("CAPABILITY_TRANSFER_CONSULTATIVE", 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 CapabilityTransferConsultative : Android.Telecom.ConnectionCapability
Field Value
Value = 268435456- Attributes
Remarks
Indicates that this Connection can perform a consultative transfer to another ongoing Connection that also has this capability. A consultative transfer request is initialted when onTransfer(Connection) is called on a Connection with this capability. See 3GPP TS 24.629 for more details.
Android reference for android.telecom.Connection.CAPABILITY_TRANSFER_CONSULTATIVE.
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.