Language

PhoneAccount.Builder.SetCapabilities(Int32) Method

Definition

Sets the capabilities.

[Android.Runtime.Register("setCapabilities", "(I)Landroid/telecom/PhoneAccount$Builder;", "GetSetCapabilities_IHandler", ApiSince=23)]
public virtual Android.Telecom.PhoneAccount.Builder SetCapabilities(int value);
[<Android.Runtime.Register("setCapabilities", "(I)Landroid/telecom/PhoneAccount$Builder;", "GetSetCapabilities_IHandler", ApiSince=23)>]
abstract member SetCapabilities : int -> Android.Telecom.PhoneAccount.Builder
override this.SetCapabilities : int -> Android.Telecom.PhoneAccount.Builder

Parameters

value
Int32

The capabilities to set.

Returns

The builder.

Attributes

Remarks

Sets the capabilities. See PhoneAccount.getCapabilities.

Android reference for android.telecom.PhoneAccount.Builder.setCapabilities.

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