toggle menu
BB Native Player SDK
common
switch theme
search in API
bbnativeshared
/
com.bluebillywig.bbnativeshared.model
/
Step
Step
data
class
Step
(
val
id
:
String
?
=
null
,
val
mediaClipId
:
String
?
=
null
,
val
isStart
:
Boolean
?
=
null
,
var
entityType
:
String
?
=
null
,
var
entityId
:
String
?
=
null
)
Members
Constructors
Step
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
mediaClipId
:
String
?
=
null
,
isStart
:
Boolean
?
=
null
,
entityType
:
String
?
=
null
,
entityId
:
String
?
=
null
)
Properties
entity
Id
Link copied to clipboard
var
entityId
:
String
?
entity
Type
Link copied to clipboard
var
entityType
:
String
?
id
Link copied to clipboard
val
id
:
String
?
=
null
is
Start
Link copied to clipboard
val
isStart
:
Boolean
?
=
null
media
Clip
Id
Link copied to clipboard
val
mediaClipId
:
String
?
=
null