api-hci
/
de.jlnstrk.transit.api.hci.model
/
HciTextInstruction
Hci
Text
Instruction
data class
HciTextInstruction
(id:
String
, mode:
HciTextInstruction.Mode
, type:
HciTextInstruction.Type
, locX:
Int
?, urlX:
Int
?)
Content copied to clipboard
Types
Properties
Types
Interval
Link copied to clipboard
data class
Interval
(startIndex:
Int
, endIndex:
Int
, textInstructionX:
Int
)
Content copied to clipboard
Mode
Link copied to clipboard
enum
Mode
:
Enum
<
HciTextInstruction.Mode
>
Content copied to clipboard
Type
Link copied to clipboard
enum
Type
:
Enum
<
HciTextInstruction.Type
>
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
locX
Link copied to clipboard
val
locX
:
Int
?
Content copied to clipboard
mode
Link copied to clipboard
val
mode
:
HciTextInstruction.Mode
Content copied to clipboard
type
Link copied to clipboard
val
type
:
HciTextInstruction.Type
Content copied to clipboard
urlX
Link copied to clipboard
val
urlX
:
Int
?
Content copied to clipboard