RSDInstructionStep
public protocol RSDInstructionStep : RSDStep
This is a custom type of UI step that is used to show instructions, permissions, and/or a countdown for a task.
-
Should this step be displayed if and only if the flag has been set for displaying the full instructions?
Declaration
Swift
var fullInstructionsOnly: Bool { get }