matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.members
/
ChangeMembershipState
/
FailedJoining
Failed
Joining
data
class
FailedJoining
(
val
throwable
:
Throwable
)
:
ChangeMembershipState
Members
Constructors
Failed
Joining
Link copied to clipboard
constructor
(
throwable
:
Throwable
)
Functions
is
Failed
Link copied to clipboard
fun
isFailed
(
)
:
Boolean
is
In
Progress
Link copied to clipboard
fun
isInProgress
(
)
:
Boolean
is
Successful
Link copied to clipboard
fun
isSuccessful
(
)
:
Boolean
Properties
throwable
Link copied to clipboard
val
throwable
:
Throwable