Share via


Conference.OnAnswer(Int32) Method

Definition

Notifies this Conference, which is in STATE_RINGING, of a request to accept.

[Android.Runtime.Register("onAnswer", "(I)V", "GetOnAnswer_IHandler", ApiSince=31)]
public virtual void OnAnswer (int videoState);
[<Android.Runtime.Register("onAnswer", "(I)V", "GetOnAnswer_IHandler", ApiSince=31)>]
abstract member OnAnswer : int -> unit
override this.OnAnswer : int -> unit

Parameters

videoState
Int32

The video state in which to answer the connection.

Attributes

Remarks

Notifies this Conference, which is in STATE_RINGING, of a request to accept. For managed ConnectionServices, this will be called when the user answers a call via the default dialer's InCallService.

Java documentation for android.telecom.Conference.onAnswer(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