Quobis Android SDK (internal 0.76.0)
Quobis Android SDK (internal 0.76.0)
/
com.quobis.sippo.sipposdk.common
/
onSuccess
on
Success
fun
<
V
,
E
:
Throwable
>
Either
<
V
,
E
>
.
onSuccess
(
f
:
(
V
)
->
Unit
)
Content copied to clipboard
Calls the function
f
with a specific value when Either is successful.