RemoteConnection.UnregisterCallback(RemoteConnection+Callback) Method

Definition

Removes a callback from this RemoteConnection.

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

Parameters

callback
RemoteConnection.Callback

A Callback.

Attributes

Remarks

Java documentation for android.telecom.RemoteConnection.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