Conference.OnAnswer(Int32) 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 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 ConnectionService
s, 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.