You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for good library for Spotify Android developer.
I 'v been working on android project by using your library.
btw, I have a problem to get external url of specified sound track.
In your lib, I could find this class that manages tracks.
public class TrackSimple implements Parcelable {
public List artists;
.... .... ....
public Map<String, String> external_urls;
.... .... ....
}
It looks param(external_urls) manages them, but I don't know the Map keys in this param.
If you let me know those keys and values for this param, I 'll be very grateful to you.
Thanks in advance.
Sirius
The text was updated successfully, but these errors were encountered:
@thelinmichael @kaaes
Thanks for good library for Spotify Android developer.
I 'v been working on android project by using your library.
btw, I have a problem to get external url of specified sound track.
In your lib, I could find this class that manages tracks.
public class TrackSimple implements Parcelable {
public List artists;
.... .... ....
public Map<String, String> external_urls;
.... .... ....
}
It looks param(external_urls) manages them, but I don't know the Map keys in this param.
If you let me know those keys and values for this param, I 'll be very grateful to you.
Thanks in advance.
Sirius
The text was updated successfully, but these errors were encountered: