Call.Details.PropertyIsTransactional Field

Definition

Caution

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

The connection is using transactional call APIs.

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

Field Value

Value = 32768
Attributes

Remarks

The connection is using transactional call APIs.

The underlying connection was added as a transactional call via the TelecomManager#addCall API.

Java documentation for android.telecom.Call.Details.PROPERTY_IS_TRANSACTIONAL.

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