Interface Warning

  • All Implemented Interfaces:

    
    public interface Warning
    
                        

    This 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 enum Warning.Severity

      The Warning severity.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getID()
      abstract String getMessage()
      abstract Warning.Severity getSeverity()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait