CallScreeningService.CallResponse.Builder.SetSkipCallLog(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 whether the incoming call should not be displayed in the call log.
[Android.Runtime.Register("setSkipCallLog", "(Z)Landroid/telecom/CallScreeningService$CallResponse$Builder;", "GetSetSkipCallLog_ZHandler", ApiSince=24)]
public virtual Android.Telecom.CallScreeningService.CallResponse.Builder? SetSkipCallLog(bool shouldSkipCallLog);
[<Android.Runtime.Register("setSkipCallLog", "(Z)Landroid/telecom/CallScreeningService$CallResponse$Builder;", "GetSetSkipCallLog_ZHandler", ApiSince=24)>]
abstract member SetSkipCallLog : bool -> Android.Telecom.CallScreeningService.CallResponse.Builder
override this.SetSkipCallLog : bool -> Android.Telecom.CallScreeningService.CallResponse.Builder
Parameters
- shouldSkipCallLog
- Boolean
Returns
- Attributes
Remarks
Sets whether the incoming call should not be displayed in the call log. This property should only be set to true if the call is disallowed.
Note: Calls will still be logged with type CallLog.Calls.BLOCKED_TYPE, regardless of how this property is set.
Note: Only the carrier and system call screening apps can use this parameter; this parameter is ignored otherwise.
Android reference for android.telecom.CallScreeningService.CallResponse.Builder.setSkipCallLog.
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.