Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get track information #6

Open
mulukalaabhisek opened this issue Dec 13, 2016 · 0 comments
Open

How to get track information #6

mulukalaabhisek opened this issue Dec 13, 2016 · 0 comments

Comments

@mulukalaabhisek
Copy link

I am using this code to get track information. Does not work.

mClient.getTrack("spotify:track:6KywfgRqvgvfJc3JRwaZdZ").setListener(new Response.Listener() {
@OverRide
public void onResponse(Track response) {
Log.d("XXX", "Track response:" + response);
}
}).setErrorListener(new Response.ErrorListener() {
@OverRide
public void onErrorResponse(VolleyError error) {
Log.d("XXX", "Track ERROR:" + error.getMessage());
}
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant