Call.Details.CallCapabilities Property

Definition

public virtual Android.Telecom.ConnectionCapability CallCapabilities { [Android.Runtime.Register("getCallCapabilities", "()I", "GetGetCallCapabilitiesHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getCallCapabilities", "()I", "GetGetCallCapabilitiesHandler", ApiSince=23)>]
member this.CallCapabilities : Android.Telecom.ConnectionCapability

Property Value

A bitmask of the capabilities of the Call, as defined by the various CAPABILITY_* constants in this class.

Attributes

Remarks

Java documentation for android.telecom.Call.Details.getCallCapabilities().

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