Call.Details.CallProperties Property

Definition

public virtual Android.Telecom.CallProperty CallProperties { [Android.Runtime.Register("getCallProperties", "()I", "GetGetCallPropertiesHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getCallProperties", "()I", "GetGetCallPropertiesHandler", ApiSince=23)>]
member this.CallProperties : Android.Telecom.CallProperty

Property Value

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

Attributes

Remarks

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

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