toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.network.request
/
RequestImpl
Request
Impl
internal
class
RequestImpl
<
T
:
ResponseApi
>
(
val
call
:
Call
<
T
>
,
val
callbackExecutor
:
Executor
?
)
:
Request
<
T
>
Members
Constructors
Request
Impl
Link copied to clipboard
constructor
(
call
:
Call
<
T
>
,
callbackExecutor
:
Executor
?
)
Properties
call
Link copied to clipboard
private
val
call
:
Call
<
T
>
callback
Executor
Link copied to clipboard
private
val
callbackExecutor
:
Executor
?
Functions
cancel
Link copied to clipboard
open
override
fun
cancel
(
)
clone
Link copied to clipboard
open
override
fun
clone
(
)
:
Request
<
T
>
request
Link copied to clipboard
open
override
fun
request
(
stateLiveData
:
ResponseMutableLiveData
<
T
>
)
open
override
fun
request
(
listener
:
ResponseStateListener
<
T
>
.
(
)
->
Unit
)