InCallService.VideoCall.UnregisterCallback 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.
Clears the video call callback set via registerCallback(Callback).
[Android.Runtime.Register("unregisterCallback", "(Landroid/telecom/InCallService$VideoCall$Callback;)V", "GetUnregisterCallback_Landroid_telecom_InCallService_VideoCall_Callback_Handler", ApiSince=23)]
public abstract void UnregisterCallback(Android.Telecom.InCallService.VideoCall.Callback? callback);
[<Android.Runtime.Register("unregisterCallback", "(Landroid/telecom/InCallService$VideoCall$Callback;)V", "GetUnregisterCallback_Landroid_telecom_InCallService_VideoCall_Callback_Handler", ApiSince=23)>]
abstract member UnregisterCallback : Android.Telecom.InCallService.VideoCall.Callback -> unit
Parameters
- callback
- InCallService.VideoCall.Callback
The video call callback to clear.
- Attributes
Remarks
Clears the video call callback set via registerCallback(Callback).
Android reference for android.telecom.InCallService.VideoCall.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.