ChallengeNavigatorDelegate
public protocol ChallengeNavigatorDelegate : AnyObject
                Represents a type for handling navigation to a challenge from a reward.
- 
                  
                  
Navigate to the embedded challenge from the reward.
Declaration
Swift
func navigate(to challenge: Challenge) 
View on GitHub
        ChallengeNavigatorDelegate Protocol Reference