toggle menu
BB Native Player SDK
common
switch theme
search in API
bbnativeshared
/
com.bluebillywig.bbnativeshared.model
/
Player
Player
data
class
Player
(
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
src
:
String
?
=
null
,
val
updateddate
:
String
?
=
null
)
Members
Constructors
Player
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
name
:
String
?
=
null
,
type
:
String
?
=
null
,
src
:
String
?
=
null
,
updateddate
:
String
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
src
Link copied to clipboard
val
src
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
updateddate
Link copied to clipboard
val
updateddate
:
String
?
=
null