toggle menu
fl-android-sdk
7.0.266
androidJvm
switch theme
search in API
fl-foundation
/
com.quickplay.vstb7.async
/
Callback
Callback
@
FunctionalInterface
interface
Callback
<
R
,
E
>
A SAM interface for completing an asynchronous operation with either a Response (or) an Error
Members
Functions
complete
Link copied to clipboard
abstract
fun
complete
(
@
Nullable
value
:
R
,
@
Nullable
error
:
E
)
Called back on Completion of an Asynchronous operation either normally or exceptionally.