次の方法で共有


Call.Details.HasProperty Method

Definition

Overloads

HasProperty(CallProperty)

Whether the properties of this Details includes the specified property.

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.

Applies to