VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-node
/
de.vulpescloud.node.setup
/
SetupInfo
Setup
Info
data
class
SetupInfo
(
val
setup
:
Setup
,
finishMethod
:
Method
?
,
cancelMethod
:
Method
?
,
val
questions
:
List
<
SetupQuestionInfo
>
)
Members
Constructors
Setup
Info
Link copied to clipboard
constructor
(
setup
:
Setup
,
finishMethod
:
Method
?
,
cancelMethod
:
Method
?
,
questions
:
List
<
SetupQuestionInfo
>
)
Properties
questions
Link copied to clipboard
val
questions
:
List
<
SetupQuestionInfo
>
setup
Link copied to clipboard
val
setup
:
Setup
Functions
call
Cancel
Link copied to clipboard
fun
callCancel
(
)
call
Finish
Link copied to clipboard
fun
callFinish
(
)