Call.Details.HasProperty Method
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.
Overloads
HasProperty(CallProperty) |
Whether the properties of this |
HasProperty(CallProperty, CallProperty) |
Whether the supplied properties includes the specified property. |
HasProperty(CallProperty)
Whether the properties of this Details
includes the specified property.
[Android.Runtime.Register("hasProperty", "(I)Z", "GetHasProperty_IHandler", ApiSince=23)]
public virtual bool HasProperty (Android.Telecom.CallProperty property);
[<Android.Runtime.Register("hasProperty", "(I)Z", "GetHasProperty_IHandler", ApiSince=23)>]
abstract member HasProperty : Android.Telecom.CallProperty -> bool
override this.HasProperty : Android.Telecom.CallProperty -> bool
Parameters
- property
- CallProperty
The property to check properties for.
Returns
Whether the specified property is supported.
- Attributes
Remarks
Whether the properties of this Details
includes the specified property.
Java documentation for android.telecom.Call.Details.hasProperty(int)
.
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
HasProperty(CallProperty, CallProperty)
Whether the supplied properties includes the specified property.
[Android.Runtime.Register("hasProperty", "(II)Z", "", ApiSince=23)]
public static bool HasProperty (Android.Telecom.CallProperty properties, Android.Telecom.CallProperty property);
[<Android.Runtime.Register("hasProperty", "(II)Z", "", ApiSince=23)>]
static member HasProperty : Android.Telecom.CallProperty * Android.Telecom.CallProperty -> bool
Parameters
- properties
- CallProperty
A bit field of properties.
- property
- CallProperty
The property to check properties for.
Returns
Whether the specified property is supported.
- Attributes
Remarks
Whether the supplied properties includes the specified property.
Java documentation for android.telecom.Call.Details.hasProperty(int, int)
.
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.