toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
jvm
switch theme
search in API
jellyfin-api
/
org.jellyfin.sdk.api.client.compatibility
/
JavaResponseContinuation
Java
Response
Continuation
jvm
abstract
class
JavaResponseContinuation
<
T
>
:
Continuation
<
Response
<
T
>
>
Members
Constructors
Java
Response
Continuation
Link copied to clipboard
jvm
constructor
(
)
Properties
context
Link copied to clipboard
jvm
open
override
val
context
:
CoroutineContext
Functions
on
Error
Link copied to clipboard
jvm
open
fun
onError
(
error
:
Throwable
)
on
Response
Link copied to clipboard
jvm
abstract
fun
onResponse
(
response
:
T
)
resume
With
Link copied to clipboard
jvm
open
override
fun
resumeWith
(
result
:
Result
<
Response
<
T
>
>
)