Share via


ICallEventCallback.OnMuteStateChanged(Boolean) Method

Definition

Called when the mute state changes.

[Android.Runtime.Register("onMuteStateChanged", "(Z)V", "GetOnMuteStateChanged_ZHandler:Android.Telecom.ICallEventCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public void OnMuteStateChanged (bool isMuted);
[<Android.Runtime.Register("onMuteStateChanged", "(Z)V", "GetOnMuteStateChanged_ZHandler:Android.Telecom.ICallEventCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member OnMuteStateChanged : bool -> unit

Parameters

isMuted
Boolean

The current mute state.

Attributes

Remarks

Called when the mute state changes.

Java documentation for android.telecom.CallEventCallback.onMuteStateChanged(boolean).

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