Connection.ConnectionCapabilities Property
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.
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.