Language

InCallService.VideoCall.RegisterCallback Method

Definition

Overloads

Name Description
RegisterCallback(InCallService+VideoCall+Callback)

Registers a callback to receive commands and state changes for video calls.

RegisterCallback(InCallService+VideoCall+Callback, Handler)

Registers a callback to receive commands and state changes for video calls.

RegisterCallback(InCallService+VideoCall+Callback)

Registers a callback to receive commands and state changes for video calls.

[Android.Runtime.Register("registerCallback", "(Landroid/telecom/InCallService$VideoCall$Callback;)V", "GetRegisterCallback_Landroid_telecom_InCallService_VideoCall_Callback_Handler", ApiSince=23)]
public abstract void RegisterCallback(Android.Telecom.InCallService.VideoCall.Callback? callback);
[<Android.Runtime.Register("registerCallback", "(Landroid/telecom/InCallService$VideoCall$Callback;)V", "GetRegisterCallback_Landroid_telecom_InCallService_VideoCall_Callback_Handler", ApiSince=23)>]
abstract member RegisterCallback : Android.Telecom.InCallService.VideoCall.Callback -> unit

Parameters

callback
InCallService.VideoCall.Callback

The video call callback.

Attributes

Remarks

Registers a callback to receive commands and state changes for video calls.

Android reference for android.telecom.InCallService.VideoCall.registerCallback.

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

RegisterCallback(InCallService+VideoCall+Callback, Handler)

Registers a callback to receive commands and state changes for video calls.

[Android.Runtime.Register("registerCallback", "(Landroid/telecom/InCallService$VideoCall$Callback;Landroid/os/Handler;)V", "GetRegisterCallback_Landroid_telecom_InCallService_VideoCall_Callback_Landroid_os_Handler_Handler", ApiSince=23)]
public abstract void RegisterCallback(Android.Telecom.InCallService.VideoCall.Callback? callback, Android.OS.Handler? handler);
[<Android.Runtime.Register("registerCallback", "(Landroid/telecom/InCallService$VideoCall$Callback;Landroid/os/Handler;)V", "GetRegisterCallback_Landroid_telecom_InCallService_VideoCall_Callback_Landroid_os_Handler_Handler", ApiSince=23)>]
abstract member RegisterCallback : Android.Telecom.InCallService.VideoCall.Callback * Android.OS.Handler -> unit

Parameters

callback
InCallService.VideoCall.Callback

The video call callback.

handler
Handler

A handler which commands and status changes will be delivered to.

Attributes

Remarks

Registers a callback to receive commands and state changes for video calls.

Android reference for android.telecom.InCallService.VideoCall.registerCallback.

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