PACECloudSDK
/
cloud.pace.sdk.utils
/
CallBackKt
Call
Back
Kt
class
CallBackKt
<
T
> :
Callback
<
T
>
Content copied to clipboard
Functions
Properties
Functions
on
Failure
Link copied to clipboard
open override fun
onFailure
(call:
Call
<
T
>, t:
Throwable
)
Content copied to clipboard
on
Response
Link copied to clipboard
open override fun
onResponse
(call:
Call
<
T
>, response:
Response
<
T
>)
Content copied to clipboard
Properties
onFailure
Link copied to clipboard
var
onFailure
: (t:
Throwable
?) ->
Unit
? = null
Content copied to clipboard
onResponse
Link copied to clipboard
var
onResponse
: (
Response
<
T
>) ->
Unit
? = null
Content copied to clipboard