RSDNavigationBackRule
public protocol RSDNavigationBackRule
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?) -> Bool
Parameters
result
The current task result.
Return Value
true
if the backward navigation is allowed, otherwiseno
.