Język

CallAttributes.Builder.SetCallCapabilities(CallCapabilities) Method

Definition

Sets the capabilities of this call.

[Android.Runtime.Register("setCallCapabilities", "(I)Landroid/telecom/CallAttributes$Builder;", "", ApiSince=34)]
public Android.Telecom.CallAttributes.Builder SetCallCapabilities(Android.Telecom.CallCapabilities callCapabilities);
[<Android.Runtime.Register("setCallCapabilities", "(I)Landroid/telecom/CallAttributes$Builder;", "", ApiSince=34)>]
member this.SetCallCapabilities : Android.Telecom.CallCapabilities -> Android.Telecom.CallAttributes.Builder

Parameters

callCapabilities
CallCapabilities

Bitmask of call capabilities. Value is either 0 or a combination of the following: CallAttributes.SUPPORTS_SET_INACTIVE; CallAttributes.SUPPORTS_STREAM; CallAttributes.SUPPORTS_TRANSFER; CallAttributes.SUPPORTS_VIDEO_CALLING

Returns

Builder. This value cannot be null.

Attributes

Remarks

Sets the capabilities of this call. Use this to indicate whether your app supports holding, streaming and call transfers.

Android reference for android.telecom.CallAttributes.Builder.setCallCapabilities.

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