RSDSkipToUIAction
public protocol RSDSkipToUIAction : RSDUIAction
RSDSkipToUIAction implements an extension of the base protocol where the action includes an identifier for
a step to skip to if this action is called. This is used by the RSDConditionalStepNavigator to navigate
based on a nil result.
Seealso
RSDSurveyNavigationStep
-
The identifier for the step to skip to if the action is called.
Declaration
Swift
var skipToIdentifier: String
View on GitHub
RSDSkipToUIAction Protocol Reference