toggle menu
SendbirdUIKit-Compose
1.0.0-beta.2
UIKit-Compose
switch theme
search in API
SendbirdUIKit-Compose
/
com.sendbird.uikit.compose
/
SendbirdScreenUiState
/
Failure
Failure
UIKit-Compose
class
Failure
(
val
e
:
Throwable
)
:
SendbirdScreenUiState
Represents the failure state with the exception.
Since
1.0.0-beta.1
Members
Constructors
Failure
Link copied to clipboard
UIKit-Compose
constructor
(
e
:
Throwable
)
Properties
e
Link copied to clipboard
UIKit-Compose
val
e
:
Throwable
The exception that caused the failure.
Functions
equals
Link copied to clipboard
UIKit-Compose
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
UIKit-Compose
open
override
fun
hashCode
(
)
:
Int