toggle menu
BB Native Player SDK
common
switch theme
search in API
bbnativeshared
/
com.bluebillywig.bbnativeshared.model
/
Action
Action
data
class
Action
(
val
id
:
String
?
=
null
,
val
entity
:
String
?
=
null
,
val
command
:
String
?
=
null
,
val
parameters
:
List
<
Parameter
>
?
=
null
)
Members
Constructors
Action
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
entity
:
String
?
=
null
,
command
:
String
?
=
null
,
parameters
:
List
<
Parameter
>
?
=
null
)
Properties
command
Link copied to clipboard
val
command
:
String
?
=
null
entity
Link copied to clipboard
val
entity
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null
parameters
Link copied to clipboard
val
parameters
:
List
<
Parameter
>
?
=
null