toggle menu
SendbirdChat-KTX
androidJvm
switch theme
search in API
SendbirdChat-KTX
/
com.sendbird.android.ktx
/
SendbirdResult
/
Failure
Failure
data
class
Failure
(
val
exception
:
SendbirdException
)
:
SendbirdResult
<
Nothing
>
Represents a failed result.
Since
4.15.0
Members
Constructors
Failure
Link copied to clipboard
constructor
(
exception
:
SendbirdException
)
Properties
exception
Link copied to clipboard
val
exception
:
SendbirdException
failure
Link copied to clipboard
val
failure
:
SendbirdException
?
success
Link copied to clipboard
val
success
:
Nothing
?