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