toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
education
/
edu.stanford.spezi.modules.education.videos
/
VideoSection
Video
Section
data
class
VideoSection
(
val
title
:
String
,
val
description
:
String
,
val
orderIndex
:
Int
=
0
,
val
videos
:
List
<
Video
>
=
emptyList()
,
var
isExpanded
:
Boolean
=
false
)
Members
Constructors
Video
Section
Link copied to clipboard
constructor
(
title
:
String
,
description
:
String
,
orderIndex
:
Int
=
0
,
videos
:
List
<
Video
>
=
emptyList()
,
isExpanded
:
Boolean
=
false
)
Properties
description
Link copied to clipboard
val
description
:
String
is
Expanded
Link copied to clipboard
var
isExpanded
:
Boolean
order
Index
Link copied to clipboard
val
orderIndex
:
Int
=
0
title
Link copied to clipboard
val
title
:
String
videos
Link copied to clipboard
val
videos
:
List
<
Video
>