Package 

Enum LastRunEndState

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

    
    public enum LastRunEndState
    extends Enum<LastRunEndState>
                        

    Enum representing the end state of the last run of the application.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CLEAN_EXIT

      The last run did not result in a crash.

      CRASH

      The last run resulted in a crash.

      INVALID

      The SDK has not been started yet.

    • Method Summary

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

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