次の方法で共有


Connection.OnMuteStateChanged(Boolean) Method

Definition

Notifies this Connection that its audio mute state has been changed.

[Android.Runtime.Register("onMuteStateChanged", "(Z)V", "GetOnMuteStateChanged_ZHandler", ApiSince=34)]
public virtual void OnMuteStateChanged (bool isMuted);
[<Android.Runtime.Register("onMuteStateChanged", "(Z)V", "GetOnMuteStateChanged_ZHandler", ApiSince=34)>]
abstract member OnMuteStateChanged : bool -> unit
override this.OnMuteStateChanged : bool -> unit

Parameters

isMuted
Boolean

The current mute state.

Attributes

Remarks

Notifies this Connection that its audio mute state has been changed.

Java documentation for android.telecom.Connection.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