InCallService.VideoCall.RegisterCallback Method

Definition

Overloads

RegisterCallback(InCallService+VideoCall+Callback)
RegisterCallback(InCallService+VideoCall+Callback, Handler)

RegisterCallback(InCallService+VideoCall+Callback)

[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

Attributes

Remarks

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)

[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

handler
Handler
Attributes

Remarks

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