Share via


Connection.ConnectionCapabilities Property

Definition

Returns the connection's capabilities, as a bit mask of the CAPABILITY_ constants. -or- Sets the connection's capabilities as a bit mask of the CAPABILITY_ constants.

public Android.Telecom.ConnectionCapability ConnectionCapabilities { [Android.Runtime.Register("getConnectionCapabilities", "()I", "", ApiSince=23)] get; [Android.Runtime.Register("setConnectionCapabilities", "(I)V", "", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getConnectionCapabilities", "()I", "", ApiSince=23)>]
[<set: Android.Runtime.Register("setConnectionCapabilities", "(I)V", "", ApiSince=23)>]
member this.ConnectionCapabilities : Android.Telecom.ConnectionCapability with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns the connection's capabilities, as a bit mask of the CAPABILITY_* constants.

Java documentation for android.telecom.Connection.getConnectionCapabilities().

Property setter documentation:

Sets the connection's capabilities as a bit mask of the CAPABILITY_* constants.

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