toggle menu
serenada-core
androidJvm
switch theme
search in API
serenada-core
/
app.serenada.core
/
RoomOccupancy
Room
Occupancy
data
class
RoomOccupancy
(
val
count
:
Int
,
val
maxParticipants
:
Int
?
=
null
)
Members
Constructors
Room
Occupancy
Link copied to clipboard
constructor
(
count
:
Int
,
maxParticipants
:
Int
?
=
null
)
Properties
count
Link copied to clipboard
val
count
:
Int
max
Participants
Link copied to clipboard
val
maxParticipants
:
Int
?
=
null