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
Scanning
Instructions
class
ScanningInstructions
Members
Constructors
Scanning
Instructions
Link copied to clipboard
constructor
(
)
Types
Instruction
Link copied to clipboard
data
class
Instruction
(
val
message
:
String
,
val
fullScreenDuration
:
Long
?
,
val
autoContinueDelay
:
Long
?
=
null
)
Properties
current
Instruction
Link copied to clipboard
val
currentInstruction
:
StateFlow
<
ScanningInstructions.Instruction
?
>
instruction
Log
Link copied to clipboard
val
instructionLog
:
StateFlow
<
List
<
String
>
>
instructions
Link copied to clipboard
val
instructions
:
List
<
ScanningInstructions.Instruction
>
Functions
add
To
Log
Link copied to clipboard
fun
addToLog
(
message
:
String
)
begin
Instructions
Link copied to clipboard
fun
beginInstructions
(
)
end
Instructions
Link copied to clipboard
fun
endInstructions
(
)
is
Displaying
Link copied to clipboard
fun
isDisplaying
(
)
:
Boolean
next
Instruction
Link copied to clipboard
fun
nextInstruction
(
)
on
Instruction
Tapped
Link copied to clipboard
fun
onInstructionTapped
(
)