Navigation
public enum Navigation : String
Standard navigation elements that are common to most steps.
-
Navigate to the next step.
Declaration
Swift
case goForward -
Navigate to the previous step.
Declaration
Swift
case goBackward -
Skip the step and immediately go forward.
Declaration
Swift
case skip -
Cancel the task.
Declaration
Swift
case cancel -
Display additional information about the step.
Declaration
Swift
case learnMore -
Go back in the navigation to review the instructions.
Declaration
Swift
case reviewInstructions
View on GitHub
Navigation Enumeration Reference