InstructionAction
public enum InstructionAction
Represents actions taken based on an instruction.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Action to toggle sound on or off.
Declaration
Swift
case tapSound(muted: Bool)Parameters
mutedA boolean value indicating if the sound is muted.
-
Action to tap on lanes.
Declaration
Swift
case tapLanes -
Action to tap on the “then” button.
Declaration
Swift
case tapThen
TomTom SDK for iOS (0.66.0)
InstructionAction