matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.peeking
/
PeekResult
/
Success
Success
data
class
Success
(
val
roomId
:
String
,
val
alias
:
String
?
,
val
name
:
String
?
,
val
topic
:
String
?
,
val
avatarUrl
:
String
?
,
val
numJoinedMembers
:
Int
?
,
val
roomType
:
String
?
,
val
viaServers
:
List
<
String
>
,
val
someMembers
:
List
<
MatrixItem.UserItem
>
?
,
val
isPublic
:
Boolean
)
:
PeekResult
Members
Constructors
Success
Link copied to clipboard
constructor
(
roomId
:
String
,
alias
:
String
?
,
name
:
String
?
,
topic
:
String
?
,
avatarUrl
:
String
?
,
numJoinedMembers
:
Int
?
,
roomType
:
String
?
,
viaServers
:
List
<
String
>
,
someMembers
:
List
<
MatrixItem.UserItem
>
?
,
isPublic
:
Boolean
)
Functions
is
Success
Link copied to clipboard
fun
isSuccess
(
)
:
Boolean
Properties
alias
Link copied to clipboard
val
alias
:
String
?
avatar
Url
Link copied to clipboard
val
avatarUrl
:
String
?
is
Public
Link copied to clipboard
val
isPublic
:
Boolean
name
Link copied to clipboard
val
name
:
String
?
num
Joined
Members
Link copied to clipboard
val
numJoinedMembers
:
Int
?
room
Id
Link copied to clipboard
val
roomId
:
String
room
Type
Link copied to clipboard
val
roomType
:
String
?
some
Members
Link copied to clipboard
val
someMembers
:
List
<
MatrixItem.UserItem
>
?
topic
Link copied to clipboard
val
topic
:
String
?
via
Servers
Link copied to clipboard
val
viaServers
:
List
<
String
>