Interface | Description |
---|---|
AppRemote |
Interface specifying methods of App Remote API for connecting partner apps to Spotify app.
|
ConnectApi |
Control on what device the Spotify App should be playing music Get an instance of a ConnectApi
with
SpotifyAppRemote.getConnectApi() |
Connector |
Use to connect to Spotify and retrieve an instance of SpotifyAppRemote
|
Connector.ConnectionListener | |
ContentApi |
Get a list of content or start playback of a playable content item Get an instance of a
ContentApi with
SpotifyAppRemote.getContentApi() |
ContentApi.ContentType | |
ImagesApi |
Get images from the Spotify App Get an instance of an ImagesApi with
SpotifyAppRemote.getImagesApi() . |
PlayerApi |
Interact remotely with the Player of the Spotify app.
|
UserApi |
Get user-related data and perform actions related to current user Get an instance of an UserApi
with
SpotifyAppRemote.getUserApi() . |
Class | Description |
---|---|
ConnectionParams | |
ConnectionParams.Builder | |
SpotifyAppRemote |
Entry point for interacting with the Spotify app using the Spotify App Remote for Android
|
Enum | Description |
---|---|
ConnectionParams.AuthMethod | |
PlayerApi.StreamType |
Available Streamtypes
|