Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning.guidance
/
ScanningInstructions
/
Instruction
Instruction
data
class
Instruction
(
val
message
:
String
,
val
fullScreenDuration
:
Long
?
,
val
autoContinueDelay
:
Long
?
=
null
)
Members
Constructors
Instruction
Link copied to clipboard
constructor
(
message
:
String
,
fullScreenDuration
:
Long
?
,
autoContinueDelay
:
Long
?
=
null
)
Properties
auto
Continue
Delay
Link copied to clipboard
val
autoContinueDelay
:
Long
?
full
Screen
Duration
Link copied to clipboard
val
fullScreenDuration
:
Long
?
message
Link copied to clipboard
val
message
:
String