CallAttributes.Builder.SetLogExcluded(Boolean) Method
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.
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.