InCallService.OnSilenceRinger Method

Definition

Called to silence the ringer if a ringing call exists.

[Android.Runtime.Register("onSilenceRinger", "()V", "GetOnSilenceRingerHandler", ApiSince=24)]
public virtual void OnSilenceRinger ();
[<Android.Runtime.Register("onSilenceRinger", "()V", "GetOnSilenceRingerHandler", ApiSince=24)>]
abstract member OnSilenceRinger : unit -> unit
override this.OnSilenceRinger : unit -> unit
Attributes

Remarks

Called to silence the ringer if a ringing call exists.

Java documentation for android.telecom.InCallService.onSilenceRinger().

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