Package-level declarations

Types

Link copied to clipboard
abstract class SpotifyContinuation<in T> : Continuation<T>

A Continuation wrapper to allow you to directly implement onSuccess and onFailure, when exceptions are hidden on JVM via traditional continuations. Please use this class as a callback anytime you are using Java code with this library.