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

RemotePlaybackClient.SessionActionCallback

extends RemotePlaybackClient.ActionCallback
java.lang.Object
   ↳ android.support.v7.media.RemotePlaybackClient.ActionCallback
     ↳ android.support.v7.media.RemotePlaybackClient.SessionActionCallback

Class Overview

Callback for remote playback requests that operate on sessions.

Summary

Public Constructors
RemotePlaybackClient.SessionActionCallback ()
Public Methods
void onResult ( Bundle data, String sessionId, MediaSessionStatus sessionStatus)
Called when the request succeeds.
[Expand]
Inherited Methods
From class android.support.v7.media.RemotePlaybackClient.ActionCallback
From class java.lang.Object

Public Constructors

public RemotePlaybackClient.SessionActionCallback ()

Public Methods

public void onResult ( Bundle data, String sessionId, MediaSessionStatus sessionStatus)

Called when the request succeeds.

Parameters
data The result data bundle.
sessionId The session id.
sessionStatus The session status, or null if unknown.