RSDNavigationResult

public protocol RSDNavigationResult : RSDResult

A result that can be used to track a custom navigation as a result of user action.

  • The identifier for the step to go to following this result. If non-nil, then this will be used in navigation handling.

    Declaration

    Swift

    var skipToIdentifier: String? { get set }