java.lang.Object | |
↳ | android.support.v7.media.RemotePlaybackClient.ActionCallback |
Known Direct Subclasses
|
Base callback type for remote playback requests.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Called when a media control request fails.
|
[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. |
---|---|
code |
The error code, or
ERROR_UNKNOWN
if unknown.
|
data | The error data bundle, or null if none. |