MediaRouter.RemoveCallback(MediaRouter+Callback) Method

Definition

Remove the specified callback.

[Android.Runtime.Register("removeCallback", "(Landroid/media/MediaRouter$Callback;)V", "GetRemoveCallback_Landroid_media_MediaRouter_Callback_Handler")]
public virtual void RemoveCallback (Android.Media.MediaRouter.Callback? cb);
[<Android.Runtime.Register("removeCallback", "(Landroid/media/MediaRouter$Callback;)V", "GetRemoveCallback_Landroid_media_MediaRouter_Callback_Handler")>]
abstract member RemoveCallback : Android.Media.MediaRouter.Callback -> unit
override this.RemoveCallback : Android.Media.MediaRouter.Callback -> unit

Parameters

cb
MediaRouter.Callback

Callback to remove

Attributes

Remarks

Java documentation for android.media.MediaRouter.removeCallback(android.media.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