Package com.adyen.threeds2
        Interface ChallengeResult
- 
                    
                    - All Implemented Interfaces:
 
 public interface ChallengeResultAn object that represents the final outcome of the challenge process. It's values can be the following: - Completed: Challenge process is completed successfully. 
- Cancelled: The Cardholder selected the option to cancel the transaction. 
- Error: An error occurred during the challenge process. These are usually related with the 3DS Protocol. 
- Timeout: Challenge process exceeded the specified timeout in Transaction.doChallenge. 
 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChallengeResult.CompletedChallenge process is completed successfully. public final classChallengeResult.CancelledThe Cardholder selected the option to cancel the transaction. public final classChallengeResult.ErrorAn error occurred during the challenge process. These errors are often related to the 3DS Protocol. public final classChallengeResult.TimeoutChallenge process exceeded the specified timeout in Transaction.doChallenge. The timeout has a minimum of 5 minutes. 
 
-