RSDNavigationBackRule
public protocol RSDNavigationBackRule : RSDStep
A navigation back rule applies to this step to block backward navigation.
-
Should this step show a back button to allow backward navigation?
Declaration
Swift
func allowsBackNavigation(with result: RSDTaskResult?, conditionalRule : RSDConditionalRule?) -> BoolParameters
resultThe current task result.
conditionalRuleThe conditional rule associated with this task.
Return Value
trueif the backward navigation is allowed, otherwiseno.
View on GitHub
RSDNavigationBackRule Protocol Reference