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?) -> BoolParameters
resultThe current task result.
Return Value
trueif the backward navigation is allowed, otherwiseno.
View on GitHub
RSDNavigationBackRule Protocol Reference