Language

RemoteConnection.VideoProvider.UnregisterCallback Method

Definition

Clears the video call callback set via registerCallback(Callback).

[Android.Runtime.Register("unregisterCallback", "(Landroid/telecom/RemoteConnection$VideoProvider$Callback;)V", "GetUnregisterCallback_Landroid_telecom_RemoteConnection_VideoProvider_Callback_Handler", ApiSince=23)]
public virtual void UnregisterCallback(Android.Telecom.RemoteConnection.VideoProvider.Callback l);
[<Android.Runtime.Register("unregisterCallback", "(Landroid/telecom/RemoteConnection$VideoProvider$Callback;)V", "GetUnregisterCallback_Landroid_telecom_RemoteConnection_VideoProvider_Callback_Handler", ApiSince=23)>]
abstract member UnregisterCallback : Android.Telecom.RemoteConnection.VideoProvider.Callback -> unit
override this.UnregisterCallback : Android.Telecom.RemoteConnection.VideoProvider.Callback -> unit

Parameters

l
RemoteConnection.VideoProvider.Callback

The video call callback to clear.

Attributes

Remarks

Clears the video call callback set via registerCallback(Callback).

Android reference for android.telecom.RemoteConnection.VideoProvider.unregisterCallback.

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