Adapty
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Adapty
adapty
/
com.adapty.kmp.models
/
onSuccess
on
Success
inline
fun
<
T
>
AdaptyResult
<
T
>
.
onSuccess
(
action
:
(
T
)
->
Unit
)
:
AdaptyResult
<
T
>
Executes
action
if this is a
AdaptyResult.Success
result, then returns the receiver.