Adapty
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Adapty
adapty
/
com.adapty.kmp.models
/
exceptionOrNull
exception
Or
Null
inline
fun
<
T
>
AdaptyResult
<
T
>
.
exceptionOrNull
(
)
:
AdaptyError
?
Returns the
AdaptyError
if this is
AdaptyResult.Error
, or null if it is
AdaptyResult.Success
.