Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static abstract class

MediaRouteProvider.Callback

extends Object
java.lang.Object
   ↳ android.support.v7.media.MediaRouteProvider.Callback

Class Overview

Callback which is invoked when route information becomes available or changes.

Summary

Public Constructors
MediaRouteProvider.Callback ()
Public Methods
void onDescriptorChanged ( MediaRouteProvider provider, MediaRouteProviderDescriptor descriptor)
Called when information about a route provider and its routes changes.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MediaRouteProvider.Callback ()

Public Methods

public void onDescriptorChanged ( MediaRouteProvider provider, MediaRouteProviderDescriptor descriptor)

Called when information about a route provider and its routes changes.

Parameters
provider The media route provider that changed, never null.
descriptor The new media route provider descriptor, or null if none.