MediaRouter.Callback.OnRouteRemoved 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.
Called when a route for the specified type was removed.
[Android.Runtime.Register("onRouteRemoved", "(Landroid/media/MediaRouter;Landroid/media/MediaRouter$RouteInfo;)V", "GetOnRouteRemoved_Landroid_media_MediaRouter_Landroid_media_MediaRouter_RouteInfo_Handler")]
public abstract void OnRouteRemoved (Android.Media.MediaRouter router, Android.Media.MediaRouter.RouteInfo info);
[<Android.Runtime.Register("onRouteRemoved", "(Landroid/media/MediaRouter;Landroid/media/MediaRouter$RouteInfo;)V", "GetOnRouteRemoved_Landroid_media_MediaRouter_Landroid_media_MediaRouter_RouteInfo_Handler")>]
abstract member OnRouteRemoved : Android.Media.MediaRouter * Android.Media.MediaRouter.RouteInfo -> unit
Parameters
- router
- MediaRouter
the MediaRouter reporting the event
Route that has been removed from availability
- Attributes
Remarks
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.