Language

CallScreeningService.CallResponse.Builder.SetSkipNotification(Boolean) Method

Definition

Sets whether a missed call notification should not be shown for the incoming call.

[Android.Runtime.Register("setSkipNotification", "(Z)Landroid/telecom/CallScreeningService$CallResponse$Builder;", "GetSetSkipNotification_ZHandler", ApiSince=24)]
public virtual Android.Telecom.CallScreeningService.CallResponse.Builder? SetSkipNotification(bool shouldSkipNotification);
[<Android.Runtime.Register("setSkipNotification", "(Z)Landroid/telecom/CallScreeningService$CallResponse$Builder;", "GetSetSkipNotification_ZHandler", ApiSince=24)>]
abstract member SetSkipNotification : bool -> Android.Telecom.CallScreeningService.CallResponse.Builder
override this.SetSkipNotification : bool -> Android.Telecom.CallScreeningService.CallResponse.Builder

Parameters

shouldSkipNotification
Boolean

Returns

Attributes

Remarks

Sets whether a missed call notification should not be shown for the incoming call. This property should only be set to true if the call is disallowed.

Android reference for android.telecom.CallScreeningService.CallResponse.Builder.setSkipNotification.

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