Język

CallAttributes.Builder.SetLogExcluded(Boolean) Method

Definition

Sets the attribute to exclude the call from system call logs.

[Android.Runtime.Register("setLogExcluded", "(Z)Landroid/telecom/CallAttributes$Builder;", "", ApiSince=36)]
public Android.Telecom.CallAttributes.Builder SetLogExcluded(bool isExcluded);
[<Android.Runtime.Register("setLogExcluded", "(Z)Landroid/telecom/CallAttributes$Builder;", "", ApiSince=36)>]
member this.SetLogExcluded : bool -> Android.Telecom.CallAttributes.Builder

Parameters

isExcluded
Boolean

whether the call should be excluded.

Returns

Builder. This value cannot be null.

Attributes

Remarks

Sets the attribute to exclude the call from system call logs.

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

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