toggle menu
BB Native Player SDK
common
switch theme
search in API
bbnativeshared
/
com.bluebillywig.bbnativeshared.model
/
Highlight
Highlight
data
class
Highlight
(
val
id
:
String
?
=
null
,
val
title
:
String
?
=
null
,
val
timeOffset
:
Float
?
=
null
)
Members
Constructors
Highlight
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
title
:
String
?
=
null
,
timeOffset
:
Float
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
time
Offset
Link copied to clipboard
val
timeOffset
:
Float
?
=
null
title
Link copied to clipboard
val
title
:
String
?
=
null