-
- 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 StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-