| java.lang.Object | |
| ↳ | android.support.v7.media.RemotePlaybackClient.StatusCallback |
A callback that will receive media status updates.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Called when the status of a media item changes.
|
||||||||||
|
|
Called when the session of the remote playback client changes.
|
||||||||||
|
|
Called when the status of a media session changes.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
Called when the status of a media item changes.
| data | The result data bundle. |
|---|---|
| sessionId | The session id. |
| sessionStatus | The session status, or null if unknown. |
| itemId | The item id. |
| itemStatus | The item status. |
Called when the session of the remote playback client changes.
| sessionId | The new session id. |
|---|
Called when the status of a media session changes.
| data | The result data bundle. |
|---|---|
| sessionId | The session id. |
| sessionStatus | The session status, or null if unknown. |