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?) -> Bool
Parameters
result
The current task result.
conditionalRule
The conditional rule associated with this task.
Return Value
true
if the backward navigation is allowed, otherwiseno
.