Package com.adyen.threeds2
Interface Warning
-
- All Implemented Interfaces:
public interface WarningThis interface represents a warning that is produced by the 3DS SDK while performing security checks during the 3DS SDK initialization.
Created by Ran Haveshush on 24/08/2018.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWarning.SeverityThe Warning severity.
-
Method Summary
Modifier and Type Method Description abstract StringgetID()abstract StringgetMessage()abstract Warning.SeveritygetSeverity()-
-
Method Detail
-
getMessage
abstract String getMessage()
- Returns:
The Warning message.
-
getSeverity
abstract Warning.Severity getSeverity()
-
-
-
-