toggle menu
BB Native Player SDK
common
switch theme
search in API
bbnativeshared
/
com.bluebillywig.bbnativeshared.model
/
Procedure
Procedure
data
class
Procedure
(
val
id
:
String
?
=
null
,
val
condition
:
Condition
?
=
null
,
val
actions
:
List
<
Action
>
?
=
null
,
val
elseActions
:
<Error class: unknown class>
?
=
null
,
val
type
:
String
?
=
null
)
Members
Constructors
Procedure
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
condition
:
Condition
?
=
null
,
actions
:
List
<
Action
>
?
=
null
,
elseActions
:
<Error class: unknown class>
?
=
null
,
type
:
String
?
=
null
)
Properties
actions
Link copied to clipboard
val
actions
:
List
<
Action
>
?
=
null
condition
Link copied to clipboard
val
condition
:
Condition
?
=
null
else
Actions
Link copied to clipboard
val
elseActions
:
<Error class: unknown class>
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null