Call.Details.CallCapabilities Property
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.
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.