stream-result
1.0.0
androidJvm
stream-result-call-retrofit
/
io.getstream.result.call.retrofit
/
RetrofitCall
Retrofit
Call
class
RetrofitCall
<
T
:
Any
>
(
call
:
Call
<
T
>
,
errorParser
:
ErrorParser
<
*
>
,
scope
:
CoroutineScope
)
:
Call
<
T
>
Members
Constructors
Retrofit
Call
Link copied to clipboard
constructor
(
call
:
Call
<
T
>
,
errorParser
:
ErrorParser
<
*
>
,
scope
:
CoroutineScope
)
Functions
await
Link copied to clipboard
open
suspend override
fun
await
(
)
:
Result
<
T
>
cancel
Link copied to clipboard
open
override
fun
cancel
(
)
enqueue
Link copied to clipboard
open
override
fun
enqueue
(
callback
:
Call.Callback
<
T
>
)
execute
Link copied to clipboard
open
override
fun
execute
(
)
:
Result
<
T
>
Inherited functions
enqueue
Link copied to clipboard
open
fun
enqueue
(
)