Język

Call.Callback.OnVideoCallChanged(Call, InCallService+VideoCall) Method

Definition

Invoked when the Call.VideoCall of the Call has changed.

[Android.Runtime.Register("onVideoCallChanged", "(Landroid/telecom/Call;Landroid/telecom/InCallService$VideoCall;)V", "GetOnVideoCallChanged_Landroid_telecom_Call_Landroid_telecom_InCallService_VideoCall_Handler", ApiSince=23)]
public virtual void OnVideoCallChanged(Android.Telecom.Call call, Android.Telecom.InCallService.VideoCall videoCall);
[<Android.Runtime.Register("onVideoCallChanged", "(Landroid/telecom/Call;Landroid/telecom/InCallService$VideoCall;)V", "GetOnVideoCallChanged_Landroid_telecom_Call_Landroid_telecom_InCallService_VideoCall_Handler", ApiSince=23)>]
abstract member OnVideoCallChanged : Android.Telecom.Call * Android.Telecom.InCallService.VideoCall -> unit
override this.OnVideoCallChanged : Android.Telecom.Call * Android.Telecom.InCallService.VideoCall -> unit

Parameters

call
Call

The Call invoking this method.

videoCall
InCallService.VideoCall

The Call.VideoCall associated with the Call.

Attributes

Remarks

Invoked when the Call.VideoCall of the Call has changed.

Android reference for android.telecom.Call.Callback.onVideoCallChanged.

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