RemoteConference.Callback.OnStateChanged Method

Definition

Invoked when the state of this RemoteConferece has changed.

[Android.Runtime.Register("onStateChanged", "(Landroid/telecom/RemoteConference;II)V", "GetOnStateChanged_Landroid_telecom_RemoteConference_IIHandler", ApiSince=23)]
public virtual void OnStateChanged (Android.Telecom.RemoteConference conference, Android.Telecom.CallState oldState, Android.Telecom.CallState newState);
[<Android.Runtime.Register("onStateChanged", "(Landroid/telecom/RemoteConference;II)V", "GetOnStateChanged_Landroid_telecom_RemoteConference_IIHandler", ApiSince=23)>]
abstract member OnStateChanged : Android.Telecom.RemoteConference * Android.Telecom.CallState * Android.Telecom.CallState -> unit
override this.OnStateChanged : Android.Telecom.RemoteConference * Android.Telecom.CallState * Android.Telecom.CallState -> unit

Parameters

conference
RemoteConference

The RemoteConference invoking this method.

oldState
CallState

The previous state of the RemoteConference.

newState
CallState

The new state of the RemoteConference.

Attributes

Remarks

Invoked when the state of this RemoteConferece has changed. See #getState().

Java documentation for android.telecom.RemoteConference.Callback.onStateChanged(android.telecom.RemoteConference, int, int).

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