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.

  • The identifier for the step to skip to if the action is called.

    Declaration

    Swift

    var skipToIdentifier: String