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