Call.UnregisterCallback(Call+Callback) Method

Definition

Unregisters a callback from this Call.

[Android.Runtime.Register("unregisterCallback", "(Landroid/telecom/Call$Callback;)V", "", ApiSince=23)]
public void UnregisterCallback (Android.Telecom.Call.Callback? callback);
[<Android.Runtime.Register("unregisterCallback", "(Landroid/telecom/Call$Callback;)V", "", ApiSince=23)>]
member this.UnregisterCallback : Android.Telecom.Call.Callback -> unit

Parameters

callback
Call.Callback

A Callback.

Attributes

Remarks

Java documentation for android.telecom.Call.unregisterCallback(android.telecom.Callback).

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