Call.Details.PropertiesToString(CallProperty) Method

Definition

Render a set of property bits (PROPERTY_*) as a human readable string.

[Android.Runtime.Register("propertiesToString", "(I)Ljava/lang/String;", "", ApiSince=23)]
public static string PropertiesToString (Android.Telecom.CallProperty properties);
[<Android.Runtime.Register("propertiesToString", "(I)Ljava/lang/String;", "", ApiSince=23)>]
static member PropertiesToString : Android.Telecom.CallProperty -> string

Parameters

properties
CallProperty

A property bit field.

Returns

A human readable string representation.

Attributes

Remarks

Render a set of property bits (PROPERTY_*) as a human readable string.

Java documentation for android.telecom.Call.Details.propertiesToString(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