RemoteConference.Callback.OnStateChanged 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.
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()
.
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.