matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model
/
Membership
Membership
@
JsonClass
(
generateAdapter
=
false
)
enum
Membership
:
Enum
<
Membership
>
Content copied to clipboard
Represents the membership of a user on a room.
Entries
Types
Functions
Properties
Entries
NONE
Link copied to clipboard
NONE
Content copied to clipboard
INVITE
Link copied to clipboard
@
Json
(
name
=
"invite"
)
INVITE
Content copied to clipboard
JOIN
Link copied to clipboard
@
Json
(
name
=
"join"
)
JOIN
Content copied to clipboard
KNOCK
Link copied to clipboard
@
Json
(
name
=
"knock"
)
KNOCK
Content copied to clipboard
LEAVE
Link copied to clipboard
@
Json
(
name
=
"leave"
)
LEAVE
Content copied to clipboard
BAN
Link copied to clipboard
@
Json
(
name
=
"ban"
)
BAN
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
is
Active
Link copied to clipboard
fun
isActive
(
)
:
Boolean
Content copied to clipboard
is
Left
Link copied to clipboard
fun
isLeft
(
)
:
Boolean
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard