Class Warning
-
- All Implemented Interfaces:
public class WarningRepresents a warning produced by the 3DS SDK, either due to potential security issues found, or to communicate a rejected configuration request.
-
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetMessage()final SeveritygetSeverity()-
-
Method Detail
-
getMessage
final String getMessage()
-
getSeverity
final Severity getSeverity()
-
-
-
-