Android.Media.MediaRouter.Callback.OnRouteUnselected Method
Called when the supplied route becomes unselected as the active route for the given route type.

Syntax

[Android.Runtime.Register("onRouteUnselected", "(Landroid/media/MediaRouter;ILandroid/media/MediaRouter$RouteInfo;)V", "GetOnRouteUnselected_Landroid_media_MediaRouter_ILandroid_media_MediaRouter_RouteInfo_Handler")]
public abstract void OnRouteUnselected (MediaRouter router, [Android.Runtime.GeneratedEnum] MediaRouteType type, MediaRouter.RouteInfo info)

Parameters

router
the MediaRouter reporting the event
type
Type flag set indicating the routes that have been unselected
info
Route that has been unselected for the given route types

Remarks

Called when the supplied route becomes unselected as the active route for the given route type.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16