suspendComplete

suspend fun suspendComplete(context: CoroutineContext = Dispatchers.Default): T

Switch to given context, invoke SpotifyRestAction.supplier and synchronously retrieve T

Parameters

context

The context to execute the SpotifyRestAction.complete in

Sources

(source)
Link copied to clipboard