| java.lang.Object | |
| ↳ | android.support.v7.media.MediaRouter.ControlRequestCallback | 
Callback which is invoked with the result of a media control request.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
          Called when a media control request fails.
          
    
         
  
   | |||||||||||
          Called when a media control request succeeds.
          
    
         
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
Called when a media control request fails.
| error | A localized error message which may be shown to the user, or null if the cause of the error is unclear. | 
|---|---|
| data | Error data, or null if none.
 Contents depend on the media control action.
 | 
        
Called when a media control request succeeds.
| data | Result data, or null if none.
 Contents depend on the media control action.
 | 
        
|---|