Connection.OnCallAudioStateChanged(CallAudioState) 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 the #getCallAudioState()
property has a new value.
[Android.Runtime.Register("onCallAudioStateChanged", "(Landroid/telecom/CallAudioState;)V", "GetOnCallAudioStateChanged_Landroid_telecom_CallAudioState_Handler", ApiSince=23)]
public virtual void OnCallAudioStateChanged (Android.Telecom.CallAudioState? state);
[<Android.Runtime.Register("onCallAudioStateChanged", "(Landroid/telecom/CallAudioState;)V", "GetOnCallAudioStateChanged_Landroid_telecom_CallAudioState_Handler", ApiSince=23)>]
abstract member OnCallAudioStateChanged : Android.Telecom.CallAudioState -> unit
override this.OnCallAudioStateChanged : Android.Telecom.CallAudioState -> unit
Parameters
- state
- CallAudioState
The new connection audio state.
- Attributes
Remarks
Notifies this Connection that the #getCallAudioState()
property has a new value.
This member is deprecated. Use #onCallEndpointChanged(CallEndpoint)
, #onAvailableCallEndpointsChanged(List)
and #onMuteStateChanged(boolean)
instead.
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.