toggle menu
flowplayer
2.2.1
androidJvm
switch theme
search in API
flowplayer
/
com.flowplayer.android.player.event.model
/
Metadata
Metadata
data
class
Metadata
(
val
title
:
String
?
,
val
subtitle
:
String
?
,
val
mediaId
:
String
?
,
val
sitegroupId
:
String
?
,
val
siteId
:
String
?
,
val
playerId
:
String
?
,
val
categoryId
:
String
?
,
val
categoryName
:
String
?
)
:
Parcelable
Model class of a Flowplayer config metadata.
Members
Constructors
Metadata
Link copied to clipboard
constructor
(
title
:
String
?
,
subtitle
:
String
?
,
mediaId
:
String
?
,
sitegroupId
:
String
?
,
siteId
:
String
?
,
playerId
:
String
?
,
categoryId
:
String
?
,
categoryName
:
String
?
)
Properties
category
Id
Link copied to clipboard
@
SerializedName
(
value
=
"category_id"
)
val
categoryId
:
String
?
category
Name
Link copied to clipboard
@
SerializedName
(
value
=
"category_name"
)
val
categoryName
:
String
?
media
Id
Link copied to clipboard
@
SerializedName
(
value
=
"media_id"
)
val
mediaId
:
String
?
player
Id
Link copied to clipboard
@
SerializedName
(
value
=
"player_id"
)
val
playerId
:
String
?
sitegroup
Id
Link copied to clipboard
@
SerializedName
(
value
=
"sitegroup_id"
)
val
sitegroupId
:
String
?
site
Id
Link copied to clipboard
@
SerializedName
(
value
=
"site_id"
)
val
siteId
:
String
?
subtitle
Link copied to clipboard
val
subtitle
:
String
?
title
Link copied to clipboard
val
title
:
String
?