Lingua

CallAttributes.Builder.SetIsGroupCall(Boolean) Method

Definition

Sets whether or not this call should be considered a group call.

[Android.Runtime.Register("setIsGroupCall", "(Z)Landroid/telecom/CallAttributes$Builder;", "", ApiSince=37)]
public Android.Telecom.CallAttributes.Builder SetIsGroupCall(bool isGroupCall);
[<Android.Runtime.Register("setIsGroupCall", "(Z)Landroid/telecom/CallAttributes$Builder;", "", ApiSince=37)>]
member this.SetIsGroupCall : bool -> Android.Telecom.CallAttributes.Builder

Parameters

isGroupCall
Boolean

whether the call is a group call.

Returns

Builder. This value cannot be null.

Attributes

Remarks

Sets whether or not this call should be considered a group call.

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

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