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

MediaRouter.ControlRequestCallback

extends Object
java.lang.Object
   ↳ android.support.v7.media.MediaRouter.ControlRequestCallback

Class Overview

Callback which is invoked with the result of a media control request.

Summary

Public Constructors
MediaRouter.ControlRequestCallback ()
Public Methods
void onError ( String error, Bundle data)
Called when a media control request fails.
void onResult ( Bundle data)
Called when a media control request succeeds.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MediaRouter.ControlRequestCallback ()

Public Methods

public void onError ( String error, Bundle data)

Called when a media control request fails.

Parameters
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 .

public void onResult ( Bundle data)

Called when a media control request succeeds.

Parameters
data Result data, or null if none. Contents depend on the media control action .