Connection.OnMuteStateChanged(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.
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.