toggle menu
fl-android-sdk
7.0.266
androidJvm
switch theme
search in API
fl-player-interface
/
com.quickplay.vstb7.player.promo
Package-level
declarations
Types
Types
Promo
Link copied to clipboard
@
JsonClass
(
generateAdapter
=
true
)
data
class
Promo
(
@
Json
(
name
=
"contentId"
)
val
id
:
String
,
@
Json
(
name
=
"catalogType"
)
val
type
:
String
,
@
Json
(
name
=
"duration"
)
val
durationMs
:
Double
,
@
Json
(
name
=
"start"
)
val
startTimeOffsetMs
:
Double
,
@
Json
(
name
=
"end"
)
val
endTimeOffsetMs
:
Double
,
@
Json
(
name
=
"skippable"
)
val
isSkippable
:
Boolean
=
false
,
@
Json
(
name
=
"skipOffset"
)
val
skipOffsetMs
:
Double
=
TIME_VALUE_UNKNOWN
)
:
AdCuePoint
Represents Content’s promotional video ad metadata.