Share via


CallAttributes.SupportsSetInactive Field

Definition

Caution

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

The call being created can be set to inactive (traditionally referred to as hold).

[Android.Runtime.Register("SUPPORTS_SET_INACTIVE", 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 SupportsSetInactive = 2;
[<Android.Runtime.Register("SUPPORTS_SET_INACTIVE", 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 SupportsSetInactive : Android.Telecom.CallCapabilities

Field Value

Value = 2

Implements

Attributes

Remarks

The call being created can be set to inactive (traditionally referred to as hold). This means that once a new call goes active, if the active call needs to be held in order to place or receive an incoming call, the active call will be placed on hold. otherwise, the active call may be disconnected.

Java documentation for android.telecom.CallAttributes.SUPPORTS_SET_INACTIVE.

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