Share via


Connection.PropertiesToString(Int32) Method

Definition

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

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

Parameters

properties
Int32

A property bit field.

Returns

A human readable string representation.

Attributes

Remarks

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

Java documentation for android.telecom.Connection.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