spotify-web-api-kotlin
/
com.adamratzman.spotify.javainterop
commonJvmLike
Package com.
adamratzman.
spotify.
javainterop
Types
Types
SpotifyContinuation
Link copied to clipboard
commonJvmLike
abstract class
SpotifyContinuation
<in
T
>
Content copied to clipboard
A Continuation wrapper to allow you to directly implement
onSuccess
and
onFailure
, when exceptions are hidden on JVM via traditional continuations.