Uses of Class
de.jsone_studios.wrapper.spotify.SpotifyApiException
-
Packages that use SpotifyApiException Package Description de.jsone_studios.wrapper.spotify -
-
Uses of SpotifyApiException in de.jsone_studios.wrapper.spotify
Methods in de.jsone_studios.wrapper.spotify with parameters of type SpotifyApiException Modifier and Type Method Description voidAuthenticationProvider. onErrorGettingAuthTokens(SpotifyApiException exception)Methods in de.jsone_studios.wrapper.spotify that throw SpotifyApiException Modifier and Type Method Description <T> retrofit2.Response<T>AuthenticatedSpotifyApi. callApi(retrofit2.Call<T> call)default <T> retrofit2.Response<T>SpotifyApi. callApi(retrofit2.Call<T> call)default <T> TSpotifyApi. callApiAndReturnBody(retrofit2.Call<T> call)default <T> TSpotifyApi. getBody(retrofit2.Response<T> response)default ErrorDetailsSpotifyApi. getErrorBody(retrofit2.Response<?> response)
-