Package 

Enum LogExceptionType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum LogExceptionType
    extends Enum<LogExceptionType>
                        

    Enum representing the type of exception that occurred. NONE is for a native android log, whether have or not an exception. HANDLED or UNHANDLED are ONLY for Unity and Flutter handled and unhandled exceptions.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

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